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
Eメール [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": [
                ""
            ]
        }
    ]
}