TradingTuning
TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.
Hvad er TradingTuning?
TradingTuning er en Chrome-udvidelse udviklet af PaePongsiri, og dens hovedfunktion er "TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.".
Udvidelsesskærmbilleder
Download TradingTuning-udvidelses-CRX-fil
Download TradingTuning-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Also generate report to csv. and further incoming features.
Grundlæggende oplysninger om udvidelsen
Navn | TradingTuning |
ID | pegnngnakihlfdonngpljoacnnmgaode |
Officiel URL | https://chromewebstore.google.com/detail/tradingtuning/pegnngnakihlfdonngpljoacnnmgaode |
Beskrivelse | TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output. |
Filstørrelse | 316 KB |
Antal Installationer | 26 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2023-01-12 |
Udgivelsesdato | 2022-11-08 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | PaePongsiri |
[email protected] | |
Betalingsmetode | in_app |
Understøttede Sprog | 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": [ " |