Search found 4 matches

by hayuride
Sat Mar 24, 2018 10:02 pm
Forum: EdgeRater Scripting
Topic: WC_Buy and WC_Sell
Replies: 1
Views: 24426

Re: WC_Buy and WC_Sell

Hi Henry,

Try this...

Cond1:= CondSum >=4;
Cond2:= Not(Ref(Cond1,1));
Event:Cond1 & Cond2;

Seem ok on my end...
by hayuride
Fri Mar 16, 2018 6:46 pm
Forum: EdgeRater Scripting
Topic: PS Annual Strength weakness 2
Replies: 2
Views: 12413

Re: PS Annual Strength weakness 2

Hi Henry, Just like 2 know.. what's the diff between this and the previous weakness 1 version... Anyway, was looking for something like this.. Inspire by Mark Minervini - Author Trade Like A Stock Market Wizard and Think & Trade Like a Champion He's only interested when the trading environment o...
by hayuride
Fri Mar 16, 2018 6:14 pm
Forum: EdgeRater Scripting
Topic: Oracle bands Chart
Replies: 2
Views: 19033

Re: Oracle bands Chart

Hi Henry,
Interesting... care to share more?

Btw, how do you attach chart in this forum...

Thanks
by hayuride
Fri Mar 16, 2018 5:57 pm
Forum: EdgeRater Scripting
Topic: HK_Double OC
Replies: 1
Views: 9706

Re: HK_Double OC

Hi Henry, You got a winner with this one... I done some modify... I delete M2 and only remain M1.. Here is the code.. M1O:MA(Open,N1),ColorRed; M1C:MA(Close,N1),ColorGreen; FillRgn(M1O<M1C,M1C,M1O),Brush#70FFD700; FillRgn(M1O>M1C,M1O,M1C),Brush#70FF00FF; When the band is in yellow, Buy. When in pink...