TradingTuning

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

什么是TradingTuning?

TradingTuning是由PaePongsiri开发的Chrome扩展程序,该扩展的主要功能是“TradingView Optimization tool loop indicator's parameter, strategy's parameter or your watchlist symbols to find the best output.”。

扩展截图

screenshot
screenshot
screenshot

下载TradingTuning扩展crx文件

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