TradingViewBridgeMT5

Trading View to MT5 bridging Chrome extension!

Wat is TradingViewBridgeMT5?

TradingViewBridgeMT5 is een Chrome-extensie ontwikkeld door Thelasis Co., Ltd., en de belangrijkste functie is "Trading View to MT5 bridging Chrome extension!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TradingViewBridgeMT5

Download TradingViewBridgeMT5-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TradingViewBridgeMT5 TradingViewBridgeMT5
ID bblomhfgjpijldhajjihjaiioaadbhck
Officiële URL https://chromewebstore.google.com/detail/tradingviewbridgemt5/bblomhfgjpijldhajjihjaiioaadbhck
Beschrijving Trading View to MT5 bridging Chrome extension!
Bestandsgrootte 13.16 KB
Aantal Installaties 863
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-01-04
Publicatiedatum 2021-01-04
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Thelasis Co., Ltd.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.thelasis.com/software-downloads/
URL van de Privacybeleid Pagina http://thelasis.com/privacy/TradeReader/privacy.html
Ondersteunde Talen 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
}