TradingView Strategy Finder

Automated Backtesting Tool

TradingView Strategy Finder là gì?

TradingView Strategy Finder là một tiện ích mở rộng Chrome được phát triển bởi https://tv-hub.org, và tính năng chính của nó là "Automated Backtesting Tool".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng TradingView Strategy Finder 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

                        With this extension you are able to automatically backtest your TradingView strategies. This tool is highly customizable and you are able to test as much input values as you like. Start to find the best settings for you strategy to be even more profitable in your trading.

This includes deep backtesting support as well.

https://youtu.be/5LxXmqg81yg                    

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

Tên TradingView Strategy Finder TradingView Strategy Finder
ID jdepgjdjpmpjljfdcmnbjmafkbckkhko
URL Chính Thức https://chromewebstore.google.com/detail/tradingview-strategy-find/jdepgjdjpmpjljfdcmnbjmafkbckkhko
Mô tả Automated Backtesting Tool
Kích Thước Tệp 577 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2021-08-22
Đánh Giá 4.36/5 Tổng số 33 Đánh Giá
Nhà Phát Triển https://tv-hub.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.tv-hub.org/Home/Privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TradingView Strategy Finder",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Automated Backtesting Tool",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "https:\/\/www.tv-hub.org\/*"
    ],
    "web_accessible_resources": [
        "js\/functions.js"
    ],
    "version": "1.2.7",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "TradingView Strategy Finder",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}