Momentum Indicator To Catch Big Move



Momentum Indicator To Catch Big Move
Momentum Indicator To Catch Big Move


//www.aflcode.com

Title = "Bernstein MOM Close - Ref(Close,-7)"; 
GraphXSpace = 5;
Graph0 = MA(Close - Ref(Close,-7),1); 
Graph0Style = 5; 
Graph0Color = 34;
Graph1 = MA(Graph0,5);
Graph1Style = 1;  
Graph1Color = 32;

Previous
Next Post »