[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [EquisMetaStock Group] Power Pivots



PureBytes Links

Trading Reference Links

It is probably incorporating some sort of Bollinger Band cross into the equation.

 

Perhaps something like

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);

BBX:=Alert(Cross(C,BBandTop(C,20,S,2)),5) {Close must have crossed above Upper BBand within last 5 days}

If(PK AND BBX,-1,0);

 

Lower BBand code would be

BBX:=Alert(Cross(BBandBot(C,20,S,2),C),5) {Close must have crossed below lower BBand within last 5 days}

If(TR AND BBX,+1,0);

 

Cheers,

Tim.

 

 

 


From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx] On Behalf Of Agustinus Handy Utama
Sent: Saturday, 25 June 2005 22:06
To: equismetastock@xxxxxxxxxxxxxxx
Subject: Re: [EquisMetaStock Group] Power Pivots

 

Thank you very much! But I still cannot catch completely your idea.

Its name is pp-bollinger bands.

Have you got any idea to put bollinger bands function on your script?



nick parsons <bluenichol@xxxxxxxxx> wrote:

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.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Yahoo! Groups Links