TradingView Strategy Finder
Automated Backtesting Tool
TradingView Strategy Finder क्या है?
TradingView Strategy Finder https://tv-hub.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automated Backtesting Tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TradingView Strategy Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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'" } |