[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] obv



PureBytes Links

Trading Reference Links


Hi,
 
This gives you a buy when OBV is rising for 3 
consecutive days:
 
buy = obv() > ref( obv(), -1 ) AND ref( obv(), 
-1 ) > ref( obv(), -2 ) AND ref( obv(), -2 ) > ref( obv(), -3 
);
 
Best regards,Tomasz Janeczko===============AmiBroker - the 
comprehensive share manager.<A 
href="">http://www.amibroker.com
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
David 
Holzgrefe 
To: <A title=amibroker@xxxxxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Monday, February 12, 200110:47 
PM
Subject: [amibroker] obv

Hi tomasz and all just quick on is the away to 
write an afl to give a signal when the obv has risen or the last few periods 
?
 
still question I know the must be but cant seem 
to get it
 right 
 
thanks David



  • References:
    • obv
      • From: David Holzgrefe