Range Breakout

This strategy uses 50 week break out system excluding the current day.

BUY   : When Current high crossed above 50 week (350 days) high .
SELL : When Current low crossed below EMA of period 9. BUY{ set hv = MAX(HIGH,350); set ma1 = EMA(CLOSE,5); CROSSOVER(ma1,hv);} LONGEXIT{ CROSSOVER(EMA(CLOSE,9),LOW);}

 

Advertisements Share this:
Like this:Like Loading...