TradingView Alerts to MT4/MT5
Enables trading when you sleep
TradingView Alerts to MT4/MT5 là gì?
TradingView Alerts to MT4/MT5 là một tiện ích mở rộng Chrome được phát triển bởi https://www.tradingconnector.com, và tính năng chính của nó là "Enables trading when you sleep".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TradingView Alerts to MT4/MT5
Tải xuống các tệp mở rộng TradingView Alerts to MT4/MT5 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
AFTER INSTALLING THIS EXTENSION, CLICK ITS ICON IN CHROME ADDRESS BAR TO LAUNCH IT. No need to spend hours and nerves trading manually! Prepare trading strategy in TradingView and execute alerts on MT4/5 platform of any broker. Fastest possible routing: TradingView Alerts -> Chrome -> EA in MT4/5 Latency < 1 second. TELEGRAM -> METATRADER 4/5 routing now available, too! (but you still need to run Chrome extension for user authentication) You need to keep tradingview.com website opened in Chrome 24/7 for this extension to run properly. Have tradingview.com opened only on one Chrome tab an one Chrome instance. Supported brokers: all of them, offering MT4 or MT5. "TradingView Alerts to MT4/5" extension opens entire Forex/commodity/indices world for TradingView/Telegram traders. Cryptocurrencies also supported. Please note, you need to install 2 more components besides this Chrome Extension: TradingConnector.EXE and TradingConnectorEA. Visit https://www.tradingconnector.com for more info + installation instructions. Disclaimer: by using this extension you confirm that you are aware of the risks of trading financial markets and you know what you're doing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TradingView Alerts to MT4/MT5 |
ID | pimpnnlpinhammfhgkfbmdohlijbhmpe |
URL Chính Thức | https://chromewebstore.google.com/detail/tradingview-alerts-to-mt4/pimpnnlpinhammfhgkfbmdohlijbhmpe |
Mô tả | Enables trading when you sleep |
Kích Thước Tệp | 195 KB |
Số Lần Cài Đặt | 2,171 |
Phiên Bản Hiện Tại | 2.9.6 |
Cập Nhật Lần Cuối | 2024-02-27 |
Ngày Phát Hành | 2020-06-03 |
Đánh Giá | 3.62/5 Tổng số 52 Đánh Giá |
Nhà Phát Triển | https://www.tradingconnector.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | http://www.tradingconnector.com |
URL Trang Chính Sách Bảo Mật | https://www.tradingconnector.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.paypal.com 'sha256-b+mf6EIMFYxuAIdk6\/2IF09zTUsJrlW6qZaw4opG6QU=' 'unsafe-eval'; object-src 'self'", "name": "TradingView Alerts to MT4\/MT5", "description": "Enables trading when you sleep", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA31OCaoKKS+0dS8j4WZOjkGL4RKNChv+uyFUaHiNJ+ThKv08IBYmMyrcxM1qa+cLGdam+1GpebuDo3uoHRQHf6lqabtgXxQHtNuPSP8Hs5IsH\/2\/HmJ9aTTZ+5j530YBBnFPdKazw7muyk7uC6gMQBRT701afH7tu5XYAZYQgRz\/TsiMCja1Hu1tdIxr9CvGHPBcCqFV124L9C99Got\/St9tUWrZngv\/hlJEMgcQCZIS24HuKtixOvG6mo0hMamKgw6ECZoBbeo1B3xGZbKafWNs89wFNqlzW8s6o2QTHKt4yjFY9nIZX1WG\/Y1XxzX1ku+hnUupdSsJbKOyA4GPNwwIDAQAB", "version": "2.9.6", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tradingview.com\/*" ], "run_at": "document_end", "js": [ "js\/functions.js", "lib\/signalr.js", "js\/TradingConnector.js", "main.js" ] } ], "web_accessible_resources": [ "content_helper.js" ], "background": { "scripts": [ "js\/functions.js", "js\/Storage.js", "js\/TradingView.js", "js\/TradingConnector.js", "background.js", "lib\/affiliate.js", "onInstalled.js" ], "persistent": true }, "browser_action": { "default_icon": { "128": "icon-128.png" }, "default_popup": "popup\/popup.html" }, "permissions": [ "activeTab", "cookies", "storage", "identity", "identity.email", "webRequest", "webRequestBlocking", "https:\/\/*.tradingview.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/*.paypal.com\/*", "https:\/\/www.affiliatly.com\/api_request.php", "https:\/\/www.tradingconnector.com\/*" ], "oauth2": { "client_id": "634082229150-mm63e4lhbs3tr2jvd344j8q3qq2n08fq.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] } } |