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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}