TradingTuning

TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.

Wat is TradingTuning?

TradingTuning is een Chrome-extensie ontwikkeld door PaePongsiri, en de belangrijkste functie is "TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TradingTuning

Download TradingTuning-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Also generate report to csv. and further incoming features.                    

Basisinformatie over de Extensie

Naam TradingTuning TradingTuning
ID pegnngnakihlfdonngpljoacnnmgaode
Officiële URL https://chromewebstore.google.com/detail/tradingtuning/pegnngnakihlfdonngpljoacnnmgaode
Beschrijving TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.
Bestandsgrootte 316 KB
Aantal Installaties 26
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-01-12
Publicatiedatum 2022-11-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar PaePongsiri
E-mail [email protected]
Betalingswijze in_app
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TradingTuning",
    "description": "TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "React Extension",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tradingview.com\/chart\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.tradingview.com\/chart\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "context.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}