PROTECTED SOURCE SCRIPT
High Breakout Strategy SmartMoney

// --- 1. INPUTS & CONFIGURATION ---
// Breakout
breakout_lookback = input.int(52, title="Breakout Lookback Period", minval=1)
// Trend & Trailing Stop Filter
ema_length = input.int(15, title="Stop EMA Length", minval=1)
// Risk Management
risk_percent = input.float(6.0, title="Risk Stop-Loss (%)", minval=0.1)
// Breakout
breakout_lookback = input.int(52, title="Breakout Lookback Period", minval=1)
// Trend & Trailing Stop Filter
ema_length = input.int(15, title="Stop EMA Length", minval=1)
// Risk Management
risk_percent = input.float(6.0, title="Risk Stop-Loss (%)", minval=0.1)
Protected script
This script is published as closed-source. However, you can use it freely and without any limitations – learn more here.
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.
Protected script
This script is published as closed-source. However, you can use it freely and without any limitations – learn more here.
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.