TradingTuning

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

What is TradingTuning?

TradingTuning is a Chrome extension developed by PaePongsiri, and its main feature is "TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.".

Extension Screenshots

screenshot
screenshot
screenshot

Download TradingTuning Extension CRX File

Download TradingTuning extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Also generate report to csv. and further incoming features.                    

Extension Basic Information

Name TradingTuning TradingTuning
ID pegnngnakihlfdonngpljoacnnmgaode
Official URL https://chromewebstore.google.com/detail/tradingtuning/pegnngnakihlfdonngpljoacnnmgaode
Description TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.
File Size 316 KB
Installation Count 26
Current Version 1.0.3
Last Updated 2023-01-12
Publish Date 2022-11-08
Rating 5.00/5 Total 1 Ratings
Developer PaePongsiri
Email [email protected]
Payment Type in_app
Supported Languages 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": [
                ""
            ]
        }
    ]
}