TradingView Strategy Finder

Automated Backtesting Tool

Qu'est-ce que TradingView Strategy Finder ?

TradingView Strategy Finder est une extension Chrome développée par https://tv-hub.org, et sa fonction principale est "Automated Backtesting Tool".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TradingView Strategy Finder

Téléchargez les fichiers d'extension TradingView Strategy Finder 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

                        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                    

Informations de Base sur l'Extension

Nom TradingView Strategy Finder TradingView Strategy Finder
ID jdepgjdjpmpjljfdcmnbjmafkbckkhko
URL Officiel https://chromewebstore.google.com/detail/tradingview-strategy-find/jdepgjdjpmpjljfdcmnbjmafkbckkhko
Description Automated Backtesting Tool
Taille du Fichier 577 KB
Nombre d'Installations 10,000
Version Actuelle 1.2.7
Dernière Mise à Jour 2024-03-03
Date de Publication 2021-08-22
Évaluation 4.36/5 Total 33 Évaluations
Développeur https://tv-hub.org
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.tv-hub.org/Home/Privacy
Langues Prises en Charge 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'"
}