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
.