TradingTuning
TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.
Vad är TradingTuning?
TradingTuning är en Chrome-tillägg utvecklad av PaePongsiri, och dess huvudfunktion är "TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.".
Tilläggsskärmbilder
Ladda ner TradingTuning-förlängningens CRX-fil
Ladda ner TradingTuning-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Also generate report to csv. and further incoming features.
Grundläggande Information om Tillägg
Namn | TradingTuning |
ID | pegnngnakihlfdonngpljoacnnmgaode |
Officiell webbadress | https://chromewebstore.google.com/detail/tradingtuning/pegnngnakihlfdonngpljoacnnmgaode |
Beskrivning | TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output. |
Filstorlek | 316 KB |
Antal Installationer | 26 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2023-01-12 |
Publiceringsdatum | 2022-11-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | PaePongsiri |
E-post | [email protected] |
Betalningssätt | in_app |
Stödda Språk | 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": [ " |