PureBytes Links
Trading Reference Links
|
Alwin, try something like this:
---8<--------------------
pds:=5;
x:=OBV(C);
x>Ref(x,-pds)
---8<--------------------
Or even something like this:
---8<--------------------
pds:=5;
x:=OBV(C);
Sum(x>Ref(x,-1),pds)>=pds
---8<--------------------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, Alwin Chuah <ctk188@xxx> wrote:
>
> Hi
> I am looking for a Metastock formula that can select stocks that
> is trending for 5 days with OBV moving upwards.
>
> I am hoping to be able to buy the stock the moment it does a
> breakout.
>
> From Alwin Chuah
------------------------ Yahoo! Groups Sponsor --------------------~-->
GFT Forex Trading Accounts As low as $250 with up to 400:1 Leverage. Free Demo.
http://us.click.yahoo.com/lpv1TA/jlQNAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|