PureBytes Links
Trading Reference Links
|
<font size=2 color=black
face=Arial>I want use this formula in an exploration filter.<span
> [see the thread “EXPLORER”]
<font size=2 color=black
face=Arial>I’m clueless as to how to do it.
<font size=2 color=black
face=Arial>
<font size=2 color=black
face=Arial>The FVE is in the April 2003 TASC on page 27.
<font size=2 color=black
face=Arial>
<font size=2 color=black
face=Arial>Here it is also:
<font size=2 color=black
face=Arial>
<font size=2 color=black
face=Arial>Period:=Input("PERIOD FOR FVE",10,80,22);
<font size=2 color=black
face=Arial>MF:=C-(H+L)/2+Typical()-Ref(Typical(),-1);
<font size=2 color=black
face=Arial>fve:=Sum(If(mf>.3*C/100,+V,If(mf<-.3*C/100,-V,0)),PERIOD)/Mov(V,PERIOD,S)/PERIOD*100;
<font size=2 color=black
face=Arial>fve
<font size=2 color=black
face=Arial>
<font size=2 color=black
face=Arial>I want to replace OBV in this exploration with FVE greater than it’s 14
period exponential mov avg.
<font size=2 color=black
face=Arial>
<font size=2 color=black
face=Arial>Please help.
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|