Why you want to reinvent the wheel which is very similar to the stochastic 
oscillator which is available in every technical analysis indicator software 
program ?  Just replace the %K time periods parameter with 120 and slowing 5. 
The D% time periods parameter with 60.



________________________________
 From: Leh Kee Kong <[email protected]>
To: "[email protected]" <[email protected]> 
Sent: Wednesday, 1 May 2013 5:16 AM
Subject: RE: [EquisMetaStock Group] My Indicator
 


  
Sir/Ms, 

I had written my indicator and when I used it with Window XP it worked fine, 
but when I bought a new Laptop with Window 7, it does not work.

"My Indicator" formula is:-

KPERIODS := Input("%K Time Periods",1,200,120);
KSLOW := Input("%K Slowing",1,120,5);
DPERIODS := Input("%D Time Periods",1,120,60);
K :=100*(Sum(CLOSE - LLV(LOW,KPERIODS),KSLOW))/
(Sum(HHV(HIGH,KPERIODS)-LLV(LOW,KPERIODS),KSLOW));
D := Mov(K,DPERIODS,S);
K;

And my Explorer formula is:-

Fml("My Indicator")

I cannot understand why above formula work fine with Window XP but not Window 7.

Can any help me?

Sincerely,
Kong




________________________________


MARKETPLACE
 

________________________________
  

________________________________
  
 
Switch to: Text-Only, Daily Digest • Unsubscribe • Terms of Use • Send us 
Feedback 
. 

 

Reply via email to