In my strategy I use only Exponential Moving Averages and Parabolic
SAR. The strategy is designed to trade pulsed movements by the trend.
1. Determine the trend on the 30 min timeframe (use on 30 min: EMA 4
and EMA 200).
2. Open position when the impulse at 5 min (use on 5 min: SAR (current
and previous) and EMA 4).
ContestSimpleTrendStrategy(version 24): Buy when: EMA 4 above EMA 200
- on 30 min; + current SAR (0.02 0.2) less than previous SAR (0.02
0.2) and EMA 4 greater than previous SAR (0.02 0.2) - on 5 min; TP 20
+ SL 150.
Sell when: EMA 4 under EMA 200 - on 30 min; + current SAR (0.02 0.2)
greater than previous SAR (0.02 0.2) and EMA 4 less than previous SAR
(0.02 0.2) - on 5 min; TP 20 + SL 150.
Trade amount 5 mio; pair EUR/USD.