AI 产品解读Automated TradingView Strategy Parameter Optimization
Manually optimizing trading strategy parameters on TradingView is time-consuming and inefficient. This tool automates the process of testing multiple parameter combinations to find the most profitable settings.
User opens TradingView chart -> Adds a strategy -> Opens extension popup -> Selects optimization metric and method -> Optionally uploads CSV parameter ranges -> Clicks 'Run Optimization' -> Extension sends signals to content script -> Content script interacts with TradingView page to run backtests with different parameters -> Results are displayed in TradingView's strategy tester.
Select optimization metrics (e.g., Total P&L, Sharpe Ratio)Multiple optimization methods (Random, Annealing, Sequential, Brute Force)CSV template support for defining parameter rangesResult filtering based on thresholdsConfigurable delays to reduce API load and detection riskLocal configuration persistence
- 目标用户
- Traders using TradingView / Quantitative analysts / Algorithmic trading enthusiasts
- The analysis is based on static source code. Dynamic behavior (e.g., if TradingView changes its DOM structure or API) cannot be fully verified without runtime execution.
- While the extension itself does not require login, it depends on the user being logged into TradingView. This dependency is on the destination service, not the extension.
付费分析未识别到付费功能
No payment platforms (Stripe, PayPal, etc.) are integrated. No keywords related to paid features (premium, subscription, upgrade, trial, license, paywall) were found in the source code. All optimization features are accessible via the popup UI without gating or licensing checks. The extension uses only standard Chrome APIs (storage, tabs) without calling external billing services.
- 置信度
- 98
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not implement any login UI, authentication logic, or session management. It relies entirely on local storage (chrome.storage) for configuration and communicates directly with the TradingView page via content scripts. While TradingView itself requires a user account to access the Strategy Tester, the extension does not handle credentials or redirect to a login page.
**Subject: [Bug Report] Error "Performance tab not found" persists (TradingView DOM update)** Hi, I would like to report a critical issue with the extension. Despite having the Strategy Tester panel open and the strategy fully loaded, the extension fails to start and throws the following error: > "Error: There is not 'Performance' tab on the page. Open correct page. Please retry." **Details:** 1. **Context:** The Strategy Tester panel is open and visible (see attached screenshots). 2. **Issue:** The extension cannot detect the "Performance Summary" tab/element. 3. **Potential Cause:** It seems TradingView has recently updated their DOM structure or CSS class names for the Strategy Tester panel, breaking the selector logic used in your content script. I have attached screenshots showing the error overlay while the Strategy Tester is clearly active in the background. Could you please update the element selectors to match the current TradingView UI? Thanks for your hard work on this tool.
May be hard for as the setup is not explained any where. I had used other apfolks ps and this is simular. It works, not that fast but you can do a few tabs at the same time and you get a report that has more detail than Biden has brains.
literally nothing happens on my end. Clicking on the Optimise My Strategy button simply closes the popup... and then zilt.
Stopped working. "Error: There is not strategy tester tab on the page. Open correct page please!"
Stopped working. Apparently something has changed on TradingView