TradingTuning

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

ما هو TradingTuning؟

TradingTuning هو إضافة Chrome تم تطويرها بواسطة PaePongsiri، والميزة الرئيسية لها هي "TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TradingTuning

قم بتنزيل ملفات الامتداد TradingTuning بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": [
                ""
            ]
        }
    ]
}