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

Re: [amibroker] Highest value between ?



PureBytes Links

Trading Reference Links


Hello,
 
Use HighestSince, LowestSince, HighestSinceBars, 
LowestSinceBars.
 
As for ending point you may use a combination of 
the above functions
with ValueWhen:
 
ValueWhen( endbar, HighestSince( 
startbar, array ) )
 
Best regards,Tomasz Janeczko===============AmiBroker - the 
comprehensive share manager.<A 
href="">http://www.amibroker.com
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
jonf 
To: <A title=amibroker@xxxxxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Sunday, September 09, 2001 7:11 
PM
Subject: [amibroker] Highest value 
between ?

Tomasz, 
 
I like to know if it's possible with AFL to calculatethe 
highest/lowest value/bars on a specified time frame range.
For example calculate the highest value since sartBarbut 
before endBar !
 
Jon.Your 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.