Page 1 of 1

Can anyone help with EdgeRater script code?

Posted: Wed Dec 08, 2010 11:15 am
by Dweller
I am trying to build a script that scans for stocks that have made a 6 month high 10 trading sessions ago and have traded below that high since.

Can anyone help with EdgeRater code?

Re: Can anyone help with EdgeRater script code?

Posted: Sun Dec 19, 2010 6:34 am
by rhbishop5
HH:= HHV(C,120);
HHH:= REF(HH,10) ==REF(C,10);
EVENT: HHH & C< REF(C,10);

This code should do the job. Good Luck. Bob