Trend-following strategy for DE40 on M10 using ST indicator. Trades only after 9:00 if ST trend or signal is bullish (long) or bearish (short). Uses fixed lot sizing and dynamic stop based on ST. Exits on ST trend reversal or price crossing ST. Optimised for consistency and drawdown.
General DE40 M10
DE40 M10 ST Trend Strategy
Trend-following strategy for DE40 on M10 using ST indicator. Trades only after 9:00 if ST trend or signal is bullish (long) or bearish (short). Uses fixed lot sizing and dynamic stop based on ST. Exits on ST trend reversal or price crossing ST. Optimised for consistency and drawdown.
R Northen
ST_DE40.set
DE40 M10
(Hour(0) == 9 && Minute() == 0 && Trend('ST1') == Bullish) || (Hour(0) >= 9 && Signal('ST1') == Bullish) ? Ask() : 0
ST1()
3
Signal('ST1') == Bearish || Close(1) < ST1() ? Bid() : 0
(Hour(0) == 9 && Minute() == 0 && Trend('ST1') == Bearish) || (Hour(0) >= 9 && Signal('ST1') == Bearish) ? Bid() : 0
ST1()
3
Signal('ST1') == Bullish || Close(1) > ST1() ? Ask() : 0
false
false
+NTL\ABH(1,14,3).ex5,0,1
+NTL\ST(1,VAR0,VAR1).ex5,0,1
34;13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50
2;1.5,2,2.5,3,3.5,4,4.5,5
0
50
10000.00
15
16
15
16
4
0
200
0
0