IQ Trading Bot

Extension

IQ Trading Bot là gì?

IQ Trading Bot là một tiện ích mở rộng Chrome được phát triển bởi Larina Budreiko, và tính năng chính của nó là "Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IQ Trading Bot

Tải xuống các tệp mở rộng IQ Trading Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Robot for automated trading on the platform IQ Option
------------Description------------
IQ Trading Bot is a fully automated robot assistant for trading on the practice account of the IQ Option platform.
The user is responsible for using the robot on a real account himself.
It works on Martingale's trading scheme.

--------------Settings--------------
1) Amount - the amount at which the robot will begin to trade each round.
★ The recommended value is 1 ($/€).
2) Time (min) - expiration time of the option.
★ Recommended value is 1 (min).
3) Trading asset - the asset on which the robot will start trade.
★ The recommended pair is any with a high winning percentage (>=70%).
4) Auto selection of trading asset
★ It is recommended to enable this function so that in case of a drop in winning percentage, the robot selects a more profitable asset.
-------------Strategies-------------
1) Optimal strategy
The robot, regardless of the number of trade amounts in the circle, receives a winning percentage from the first trade amount.
★ The strategy is recommended for a balance of 100 to 1000 dollars/euro.
2) Aggressive strategy
On average, every minute the robot adds a winning percentage from the Initial trade amount. This is more profitable strategy, but more risky too.
★ Strategy is recommended for a balance of 1000 and more dollars/euro.
------------Stop filters------------
1) Maximum balance - the balance at which the robot stops trading. This function is only available with real account. On the practice account, the robot will stop as soon as it has earned 20$.
--------------iqtradingbot.us-------------

RISK WARNING: YOUR CAPITAL MAY BE EXPOSED TO RISK. THE DEVELOPERS ARE NOT RESPONSIBLE FOR THE USE OF THE ROBOT.
THE ROBOT IS CREATED BY A TEAM OF INDEPENDENT DEVELOPERS AND HAS NO RELATION TO THE COMPANY IQ OPTION.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IQ Trading Bot IQ Trading Bot
ID pgpmofldjfjmcoooopmhmkmjkpjcobgm
URL Chính Thức https://chromewebstore.google.com/detail/iq-trading-bot/pgpmofldjfjmcoooopmhmkmjkpjcobgm
Mô tả Extension
Kích Thước Tệp 6.4 MB
Số Lần Cài Đặt 778
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-01-29
Ngày Phát Hành 2021-01-28
Đánh Giá 3.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Larina Budreiko
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1guTa6-dMEW5-2HWmVDghOEcxI-aYssDxV2k7gjisjms/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Extension",
    "version": "0.0.1",
    "name": "IQ Trading Bot",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/eu.iqoption.com\/traderoom",
                "https:\/\/iqoption.com\/*",
                "https:\/\/tr-iqoption.com\/*",
                "https:\/\/id-iqoption.com\/*",
                "http:\/\/iqtrading.as\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "web_accessible_resources": [
        "manifest.json"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}