TradingView Strategy Finder
Automated Backtesting Tool
TradingView Strategy Finderとは何ですか?
TradingView Strategy Finderはhttps://tv-hub.orgによって開発されたChromeの拡張機能で、その主な機能は「Automated Backtesting Tool」です。
拡張機能のスクリーンショット
TradingView Strategy Finder拡張機能のCRXファイルをダウンロード
TradingView Strategy Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension you are able to automatically backtest your TradingView strategies. This tool is highly customizable and you are able to test as much input values as you like. Start to find the best settings for you strategy to be even more profitable in your trading. This includes deep backtesting support as well. https://youtu.be/5LxXmqg81yg
拡張機能の基本情報
名前 | TradingView Strategy Finder |
ID | jdepgjdjpmpjljfdcmnbjmafkbckkhko |
公式URL | https://chromewebstore.google.com/detail/tradingview-strategy-find/jdepgjdjpmpjljfdcmnbjmafkbckkhko |
説明 | Automated Backtesting Tool |
ファイルサイズ | 577 KB |
インストール数 | 10,000 |
現在のバージョン | 1.2.7 |
最終更新日 | 2024-03-03 |
公開日 | 2021-08-22 |
評価 | 4.36/5 合計 33 レビュー |
開発者 | https://tv-hub.org |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.tv-hub.org/Home/Privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TradingView Strategy Finder", "homepage_url": "http:\/\/localhost:8080\/", "description": "Automated Backtesting Tool", "default_locale": "en", "permissions": [ "activeTab", "https:\/\/www.tv-hub.org\/*" ], "web_accessible_resources": [ "js\/functions.js" ], "version": "1.2.7", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.tradingview.com\/*" ], "js": [ "js\/content-script.js" ] } ], "devtools_page": "devtools.html", "browser_action": { "default_popup": "popup.html", "default_title": "TradingView Strategy Finder", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |