PureBytes Links
Trading Reference Links
|
It is something like this...
Expert
Peak Sell
PRC:=0.07; {Change this % to match your stock or whatever} PK:=Zig(C,PRC,%)<Ref(Zig(C,PRC,%),-1) AND Ref(Zig(C,PRC,%),-1)>Ref(Zig(C,PRC,%),-2);
If(PK,-1,0);
Trough Buy PRC:=0.07; {Change this % to match your stock or whatever} TR:=Zig(C,PRC,%)>Ref(Zig(C,PRC,%),-1) AND Ref(Zig(C,PRC,%),-1)<Ref(Zig(C,PRC,%),-2);
If(TR,+1,0);
Agustinus Handy Utama <joyofwork101@xxxxxxxxx> wrote:
Does anybody have the password to open PP Bollinger Bands System on expert advisor/ System tester for MS 9.0?
I am very curious how it calculates....To be honest, the result is too good to be true.Therefore I want to see the formula myself.....
Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
Yahoo! Groups Links
|