PureBytes Links
Trading Reference Links
|
Frank,
The formula you have written looks for an OBV greater than or equal
to the moving average.
If you really want a less than you will need to change the formula
to Sum(OBV() <= Mov(OBV(),14,E),20) < 6
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "really_4real"
<really_4real@xxx> wrote:
>
> Part of my exploration includes a section where I am filtering
> securities where the 'On Balance Volume' is less then the 14 period
> exponential MA of OBV over 20 periods is less then 6. I cannot get
> accurate results.
>
> I tried the following with inaccurate results
>
> Sum(OBV() >= Mov(OBV(),14,E),20) < 6
>
>
> Also tried with a variable and again inaccurate results
>
> myvar2:= Mov(OBV(),14,E)
> Sum(OBV() > myvar2,20) < 6
>
> Then I tried to break it down, without using Sum and again
inaccurate
> results.
>
> OBV() < mov(obv(),14,e)
>
> Please, any help is very much appreciated.
>
> Thanks
> Frank
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|