Registered User Joined: 5/29/2014 Posts: 26
|
Bruce,
Could you please look at the following formula for me. Something is not right, and I can't seem to see it. It does not give the desired results. I know it is fast, but it is really choppy.
Stochastic Momentum Index 4, 7, 3 With 10 Period Signal line
200 * (6 * (XAVGC7 - (XAVG(MAXH4, 7) + XAVG(MINL4, 7)) / 2) - 2 * (XAVGC3 - (XAVG(MAXH4,3) + XAVG(MINL4,3)) / 2)) / (9 * (XAVG(MAXH4, 7) - XAVG(MINL4, 7)) - 2 * (XAVG(MAXH4,3) - XAVG(MINL4,3)))
10 period Signal line
100 * (9 * (XAVGC7 - (XAVG(MAXH4, 7) + XAVG(MINL4, 7)) / 2) - 2 * (XAVGC3 - (XAVG(MAXH4,3) + XAVG(MINL4,3)) / 2)) / (9 * (XAVG(MAXH4, 7) - XAVG(MINL4, 7)) - 2 * (XAVG(MAXH3,4) - XAVG(MINL3,4)))
Thanks for your help
|
Registered User Joined: 5/29/2014 Posts: 26
|
Bruce,
I see it now! I had (9*(XAVG...... Need (6*(XAVG
Thanks!
|