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.”。
擴展截圖
下載TradingTuning擴展crx文件
下載TradingTuning擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Also generate report to csv. and further incoming features. 擴展基本資訊
| 名稱 | |
| ID | pegnngnakihlfdonngpljoacnnmgaode |
| 官方網址 | 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": [
" | |