Can anyone help with EdgeRater script code?

A forum for all EdgeRater users

Moderator: Chris White

Post Reply
Dweller
Posts: 1
Joined: Mon Dec 06, 2010 4:16 am

Can anyone help with EdgeRater script code?

Post 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?
rhbishop5
Posts: 2
Joined: Sat Dec 04, 2010 12:36 pm

Re: Can anyone help with EdgeRater script code?

Post 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
Post Reply