TradingTuning

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

TradingTuning là gì?

TradingTuning là một tiện ích mở rộng Chrome được phát triển bởi PaePongsiri, và tính năng chính của nó là "TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TradingTuning

Tải xuống các tệp mở rộng TradingTuning dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Also generate report to csv. and further incoming features.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TradingTuning TradingTuning
ID pegnngnakihlfdonngpljoacnnmgaode
URL Chính Thức https://chromewebstore.google.com/detail/tradingtuning/pegnngnakihlfdonngpljoacnnmgaode
Mô tả TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.
Kích Thước Tệp 316 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-01-12
Ngày Phát Hành 2022-11-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển PaePongsiri
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}