TradingTuning

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

TradingTuning क्या है?

TradingTuning PaePongsiri द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TradingTuning एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Also generate report to csv. and further incoming features.                    

एक्सटेंशन की मूल जानकारी

नाम TradingTuning TradingTuning
ID pegnngnakihlfdonngpljoacnnmgaode
आधिकारिक URL https://chromewebstore.google.com/detail/tradingtuning/pegnngnakihlfdonngpljoacnnmgaode
विवरण TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.
फ़ाइल का आकार 316 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-01-12
प्रकाशन तिथि 2022-11-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर PaePongsiri
ईमेल [email protected]
भुगतान के प्रकार in_app
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}