OPEN-SOURCE SCRIPT
Strategy Grid Optimizer (Trend & Risk)

Description:
This tool transforms your chart into a powerful backtesting engine that runs hundreds of simulations per second. It is designed to solve the "Parameter Stability" problem: finding the settings that work robustly, rather than curve-fitting to a single number.
How It Works:
Instead of testing one setting at a time, this script uses Pine Script Arrays to run a "Grid Search" on your chart history:
Strategy Logic (Fully Customizable):
By default, this script demonstrates a standard EMA 9/21 Crossover.
Developers & Traders: This script is designed as a Template. You can easily open the Source Code and replace the entry_signal logic with any strategy you wish (e.g., RSI, MACD, Bollinger Bands, or your own proprietary logic). The optimizer engine will work with whatever signal you provide.
Workflow:
This tool transforms your chart into a powerful backtesting engine that runs hundreds of simulations per second. It is designed to solve the "Parameter Stability" problem: finding the settings that work robustly, rather than curve-fitting to a single number.
How It Works:
Instead of testing one setting at a time, this script uses Pine Script Arrays to run a "Grid Search" on your chart history:
- Trend Filter: It iterates through a range of EMA Lengths (e.g., 20, 30, 40... to 200).
- Risk Management: It iterates through a range of ATR Multipliers (e.g., 1.0, 1.5, 2.0...) for the trailing stop.
- The Result: It ranks every combination based on Net Profit, Drawdown, and Win Rate, instantly highlighting the "Sweet Spot" for the current asset.
Strategy Logic (Fully Customizable):
By default, this script demonstrates a standard EMA 9/21 Crossover.
Developers & Traders: This script is designed as a Template. You can easily open the Source Code and replace the entry_signal logic with any strategy you wish (e.g., RSI, MACD, Bollinger Bands, or your own proprietary logic). The optimizer engine will work with whatever signal you provide.
Workflow:
- Use the MTF Scanner to find the best Timeframe.
- Load this Grid Optimizer on that timeframe.
- Adjust the "Start" and "End" ranges in settings.
- The table will reveal the optimal Trend/Risk combination for your strategy.
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.