Trend-following strategy using Super Trend indicator with ATR-based stops. Uses UserVars for optimization of key parameters.
General EURUSD H1
Super Trend Strategy (Optimized)
Trend-following strategy using Super Trend indicator with ATR-based stops. Uses UserVars for optimization of key parameters.
Rob Northen
SuperTrendStrategy.set
EURUSD H1
true
Claude 3.5 Sonnet
Signal('ST1') == Bullish && Close(1) > Open(1) ? Ask() : 0
OrderPrice() - ATR1(1) * VAR2
ATR1(1) > 0 ? Low(1) - ATR1(1) * VAR3 : 0
OrderPrice() + ATR1(1) * VAR4
OrderPrice() + ATR1(1) * VAR5
Signal('ST1') == Bearish ? Bid() : 0
Signal('ST1') == Bearish && Close(1) < Open(1) ? Bid() : 0
OrderPrice() + ATR1(1) * VAR2
ATR1(1) > 0 ? High(1) + ATR1(1) * VAR3 : 0
OrderPrice() - ATR1(1) * VAR4
OrderPrice() - ATR1(1) * VAR5
Signal('ST1') == Bullish ? Ask() : 0
2.00
1.50
true
3.00
0
0
+NTL\ST(1,VAR0,VAR1).ex5,0,1
+NTL\ATR(1,14).ex5,0
13;8,10,13,15,20,25
1.5;1.0,1.5,2.0,2.5,3.0
2.0;1.5,2.0,2.5,3.0
1.5;1.0,1.5,2.0,2.5
3.0;2.0,2.5,3.0,3.5,4.0
1.0;0.5,1.0,1.5,2.0
100000.00
500
13
1