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