IQAutobot — IQ Option Robot

Robot for IQ Option platform

Τι είναι το IQAutobot — IQ Option Robot;

Το IQAutobot — IQ Option Robot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον iqautobot, και η κύρια λειτουργία του είναι "Robot for IQ Option platform".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης IQAutobot — IQ Option Robot

Λήψη αρχείων επέκτασης IQAutobot — IQ Option Robot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Robot for IQ Option platform
------------Description------------
IQautoBot 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$.
--------------iqautobot.com-------------

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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IQAutobot — IQ Option Robot IQAutobot — IQ Option Robot
ID cacjnifekidjcihmapkgdikajbhpflbh
Επίσημο URL https://chrome.google.com/webstore/detail/iqautobot-%E2%80%94-iq-option-rob/cacjnifekidjcihmapkgdikajbhpflbh
Περιγραφή Robot for IQ Option platform
Μέγεθος Αρχείου 883 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-07-06
Ημερομηνία Δημοσίευσης 2020-07-06
Αξιολόγηση 2.77/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής iqautobot
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://iqautobot.com
Διεύθυνση URL της Σελίδας Βοήθειας https://iqautobot.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IQAutobot \u2014 IQ Option Robot",
    "description": "Robot for IQ Option platform",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "IQAutobot \u2014 IQ Option Robot"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/iqoption.com\/*",
                "https:\/\/tr-iqoption.com\/*",
                "https:\/\/id-iqoption.com\/*",
                "https:\/\/iqautobot.com\/reg\/*"
            ],
            "js": [
                "analytics.js",
                "jquery.js",
                "fontawesome.js",
                "jquery.formstyler.js",
                "sweetalert2.min.js",
                "popper.min.js",
                "bootstrap.min.js",
                "main.js",
                "background.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/style.css",
                "css\/sweetalert2.min.css",
                "css\/animate.css",
                "css\/jquery.formstyler.css",
                "css\/jquery.formstyler.theme.css",
                "css\/bootstrap.min.css"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png"
    },
    "background": {
        "scripts": [
            "color.js"
        ]
    },
    "web_accessible_resources": [
        "\/iqbot.html",
        "\/reg.html"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "cookies",
        "webNavigation",
        "https:\/\/api.myip.com\/*",
        "https:\/\/iqoption.com\/*",
        "https:\/\/tr-iqoption.com\/*",
        "https:\/\/id-iqoption.com\/*",
        "https:\/\/iqautobot.com\/reg\/*",
        "https:\/\/tracker.affiliate.iqoption.com\/*",
        "https:\/\/tracker.affiliate.tr-iqoption.com\/*",
        "https:\/\/tracker.affiliate.id-iqoption.com\/*"
    ]
}