Sir, I cannot find the formula you had re-writen. Grateful if you could to me again.
Thank you very much for you help. Sincerely, Kong To: [email protected] From: [email protected] Date: Wed, 1 May 2013 12:43:13 -0700 Subject: Re: [EquisMetaStock Group] My Indicator I re-write the "My Indicator" formula in MS 7.2 pro, that works in Win7 and it seems to work fine.Be careful! MS 7.2 the version! From: Matthew Peh <[email protected]> To: "[email protected]" <[email protected]> Sent: Wednesday, May 1, 2013 3:34 PM Subject: Re: [EquisMetaStock Group] My Indicator 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 .
