PROTECTED SOURCE SCRIPT
High Breakout Strategy SmartMoney

breakout_lookback = input.int(52, title="Breakout Lookback Period", minval=1)
// Trend & Trailing Stop Filter
ema_length = input.int(15, title="EMA Length", minval=1)
// Risk Management
risk_percent = input.float(6.0, title="Risk Stop-Loss (%)", minval=0.1)
// Trend & Trailing Stop Filter
ema_length = input.int(15, title="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.