Click Image To Enlarge. Please Rate And Comment.
_SECTION_BEGIN("a");
Title = "Momentum Indicator Crossover System";
GraphXSpace = 5;
Graph0 = MA(Close - Ref(Close,-7),1);
Graph0Style = 8;
Graph0Color = 5;
Graph1 = MA(Graph0,5);
Graph1Style = 1;
Graph1Color = 32;
_SECTION_END();