TradingView Strategy Finder

Automated Backtesting Tool

Apa itu TradingView Strategy Finder?

TradingView Strategy Finder adalah ekstensi Chrome yang dikembangkan oleh https://tv-hub.org, dan fitur utamanya adalah "Automated Backtesting Tool".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TradingView Strategy Finder

Unduh file ekstensi TradingView Strategy Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama TradingView Strategy Finder TradingView Strategy Finder
ID jdepgjdjpmpjljfdcmnbjmafkbckkhko
URL Resmi https://chromewebstore.google.com/detail/tradingview-strategy-find/jdepgjdjpmpjljfdcmnbjmafkbckkhko
Deskripsi Automated Backtesting Tool
Ukuran File 577 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.2.7
Terakhir Diperbarui 2024-03-03
Tanggal Publikasi 2021-08-22
Penilaian 4.36/5 Total 33 Penilaian
Pengembang https://tv-hub.org
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.tv-hub.org/Home/Privacy
Bahasa yang Didukung 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'"
}