TradingViewBridgeMT5

Trading View to MT5 bridging Chrome extension!

Qu'est-ce que TradingViewBridgeMT5 ?

TradingViewBridgeMT5 est une extension Chrome développée par Thelasis Co., Ltd., et sa fonction principale est "Trading View to MT5 bridging Chrome extension!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TradingViewBridgeMT5

Téléchargez les fichiers d'extension TradingViewBridgeMT5 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension enables you to use your Trading View account to enter Matatrader 5 orders. 
The extension captures trades you make on your Treading View account repeating them on Metatrader 5.
This extension is part of the TradingView To MT5 installation. 
Alone it is of no use. In order to install you need to go to the homepage, download and run the installation msi. The installer will install this extension, a native app and a Metatrader 5 Expert Advisor. Metatrader 5 must be already installed on your system.                    

Informations de Base sur l'Extension

Nom TradingViewBridgeMT5 TradingViewBridgeMT5
ID bblomhfgjpijldhajjihjaiioaadbhck
URL Officiel https://chromewebstore.google.com/detail/tradingviewbridgemt5/bblomhfgjpijldhajjihjaiioaadbhck
Description Trading View to MT5 bridging Chrome extension!
Taille du Fichier 13.16 KB
Nombre d'Installations 863
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-01-04
Date de Publication 2021-01-04
Évaluation 4.00/5 Total 4 Évaluations
Développeur Thelasis Co., Ltd.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.thelasis.com/software-downloads/
URL de la Page de Politique de Confidentialité http://thelasis.com/privacy/TradeReader/privacy.html
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TradingViewBridgeMT5",
    "version": "1.0.2",
    "description": "Trading View to MT5 bridging Chrome extension!",
    "permissions": [
        "nativeMessaging",
        "background"
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tradingview.com\/chart\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}