Hey everyone, I’m excited to announce that I released a big update for the 4 v2 Beta strategy scripts.

From now on, these are officially v2 Premium scripts, and upcoming strategy scripts will use this exact same layout/framework.

This update is now the final layout for the TradeSmart v2 Premium strategy script framework, with many new features, improvements, and a few important bug fixes.

The reason I consider this the final v2 layout is that I basically reached the limit of Pine Script capabilities. These scripts are now over 2,500 lines of code and close to the maximum size/token limits, so I simply cannot fit many more features into this framework.

In the following days I will update the optimizations released for these 4 scripts (slight performance differences might appear, as there were a few bug fixes).

In the following weeks, I will make a full tutorial video explaining the complete v2 Premium strategy script layout, all features, automation settings, optimized presets, tables, and how to use everything properly.

Updated scripts

✅ Best Strategy v2 Premium: https://www.tradingview.com/script/4eyd8143-Best-Strategy-v2-Premium-by-TradeSmart/

✅ Opening Range Breakout ORB Strategy v2 Premium: https://www.tradingview.com/script/Cn6czbed-Opening-Range-Breakout-ORB-Strategy-v2-Premium-by-TradeSmart/

✅ EMA Channel + ADX + Andean + CCI Strategy v2 Premium: https://www.tradingview.com/script/6nYw5ALh-EMA-Channel-ADX-Andean-CCI-v2-Premium-by-TradeSmart/

✅ MACD Double Cross + 3 EMA with RSI & KC Strategy v2 Premium: https://www.tradingview.com/script/IKiN9CNp-MACD-Double-Cross-3-EMA-Strategy-v2-Premium-by-TradeSmart/

So what changed?

The biggest update is the new v2 Premium universal framework, which will be used across future TradeSmart strategy scripts and optimizations.

Main highlights:

✅ New optimized preset system

✅ 1-click optimization setup inside the script

✅ New monthly performance table

✅ New live trade status table

✅ Enhanced Premium automation section (while still keeping the old simplified one available)

✅ Risk-based position sizing bugfix (now uses the closest active stop loss for calculation)

✅ New stop-trading/pause feature after consecutive losses or wins

✅ Safer order handling

✅ Better flip/reversal handling for automation

✅ Improved alert messages using {{strategy.order.alert_message}}

✅ New fixed pips/ticks stop-loss and take-profit option

✅ Improved partial TP + runner handling (bugfix)

✅ Better DCA and Add-On handling

✅ Updated WAE controls

✅ New ATR volatility regime filter

✅ Stochastic Volume oscillator replaced with PVO filter (cause stochastic oscillator is no longer available on TV)

Important about the new preset function:

The new preset dropdown lets you apply optimized settings with 1 click.

When an optimized preset is selected, the main strategy logic, filters, stop-loss/take-profit settings, and exit settings are locked to the optimized preset.

However, a few important user controls still remain manually adjustable (when using presets):

✅ Trade Direction

✅ Position Handling

✅ Risk Management ON/OFF

✅ Risk Percentage

✅ Position Sizing Mode

✅ Strategy Timezone

✅ Date Range Filter

✅ Day / Time Filters

✅ Plotting Settings

✅ Normal TradingView Alerts

✅ Automation Settings

If you want to optimize the script yourself, test your own settings, or build your own strategy combination, set the preset dropdown back to:

“Custom”

Then all manual strategy settings, filters, stops, exits, and extra features can be adjusted freely.