Trading Bot GoodwinBit

Trading robot for automatic trading on a option Cryptobo.com

Trading Bot GoodwinBitคืออะไร?

Trading Bot GoodwinBit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dr.Goodwin และคุณลักษณะหลักของมันคือ "Trading robot for automatic trading on a option Cryptobo.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trading Bot GoodwinBit

ดาวน์โหลดไฟล์ส่วนขยาย Trading Bot GoodwinBit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A GoodwinBit trading robot-forecaster, intended for automatic and semi-automatic trading on a binary option Cryptobo.com.

The opportunity to earn extra money on the GoodwinBit affiliate program.

The work is based on the mathematical-heuristic model of finding a point of entry into the market, built on the analysis of the input data of the largest exchanges, such as Bitfinex and Bitstamp. Based on the price data from these sites and the mathematical calculation of the levels of tolerances and corrections, the robot makes a forecast about the direction of the price curve movement, after which the order is placed in the appropriate direction, or a decision is made to automatically cancel it if the price unexpectedly went in the opposite forecast direction (Stop Loss).

Features:
+ Automatic and semi-automatic trading;
+ Works "in advance";
+ Prediction of price movement using data the largest cryptocurrency exchanges Bitstamp and BitFinex;
+ Support for the Martingale strategy;
+ Sound prompts and recommendations;
+ Flexible trading algorithm using Take Profit, Stop Loss and other important parameters;
+ Auto-calibration relative to the input price data;
+ Attractive affiliate program;
+ Multi currencies.

Limitations of unlicensed version (Lite):
- you can not change the size of the bet. It will be minimal for any balance;
- in the Martingale mode, the maximum number of losses will always be the maximum possible and corresponding to the minimum bet.

Donate to the developer:
- BTC 14bFXMpEXh4kPHt2NUycjmd9HVen4GouWt
- LTC LPdWyBuPBYknDxewejd932FZ3CYPP5BxM7
- BCH 14bFXMpEXh4kPHt2NUycjmd9HVen4GouWt
- ETH 0xe3886dbe76c5d169db2c208e66042df02b172859                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trading Bot GoodwinBit Trading Bot GoodwinBit
ID dhgedagabpahigmghcghlhklpkhnmmjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trading-bot-goodwinbit/dhgedagabpahigmghcghlhklpkhnmmjn
คำอธิบาย Trading robot for automatic trading on a option Cryptobo.com
ขนาดไฟล์ 632 KB
จำนวนการติดตั้ง 178
เวอร์ชันปัจจุบัน 4.1.4.0
อัปเดตครั้งล่าสุด 2020-08-04
วันที่เผยแพร่ 2019-11-01
ผู้พัฒนา dr.Goodwin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://goodwinbit.ru/
URL หน้าช่วยเหลือ https://goodwinbit.ru/#aid
ภาษาที่รองรับ en-US,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "4.1.4.0",
    "author": "dr.Nimnuln",
    "icons": {
        "16": "cbo16.png",
        "48": "cbo48.png",
        "128": "cbo.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "web_accessible_resources": [
        "sounds\/*.ogg"
    ],
    "default_locale": "en_US",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_title": "__MSG_ext_default_title__",
        "default_icon": "cbo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/trading.cryptobo.com\/*",
                "https:\/\/*.tradingview.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "contextMenus",
        "https:\/\/*.tradingview.com\/*",
        "https:\/\/goodwinbit.ru\/*",
        "https:\/\/trading.cryptobo.com\/*"
    ]
}