Barry Cohen
 Sage
      Posts: 6338
Joined: 1/19/2004
User Profile |
Try the attached strategy, which contains the below filters. No OL necessary.
Longs
H[1] > EMA(5)[2] AND L[1] > EMA(5)[2]
Shorts
H[1] < EMA(5)[2] AND L[1] < EMA(5)[2]
Attached file : Rean LongsShorts.zip (171KB - 112 downloads)
|