Simple-Bull-Bear-Trading-Zone

Simple-Bull-Bear-Trading-Zone
Simple-Bull-Bear-Trading-Zone



//www.aflcode.com
_SECTION_BEGIN("");

ERayBull= High - EMA(Close,13);
ERayBear= Low - EMA(Close, 13);

Plot(ERayBull,"Bull", colorViolet, styleHistogram|styleThick);
Plot(ERayBear,"Bear", colorOrange, styleHistogram|styleThick);
_SECTION_END();
Previous
Next Post »