Ease of Movement Indicator in Edgerater
Posted: Sun Jul 03, 2016 10:07 am
Chris this indicator doesn't plot correctly
MP:=(H+L)/2;
MM :=MP-REF(MP,1);
BR :=V/(H-L)/1000000;
EOM : MM/BR;
MA(EOM,N);
MP:=(H+L)/2;
MM :=MP-REF(MP,1);
BR :=V/(H-L)/1000000;
EOM : MM/BR;
MA(EOM,N);