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

Re: [amibroker] array question



PureBytes Links

Trading Reference Links

Hello,

Use:

ValueWhen( TimeCondition, Close );

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "o_2_b_sean" <seanrmartinez@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, October 08, 2002 9:44 PM
Subject: [amibroker] array question


> Here is a bit of AFL to find the first bar in the 3 pm hour:
> 
> TimeCondition = Hour() == 15 AND (Ref(Hour(), -1) == 14);
> 
> How could I take the close of that bar and store it continuously in 
> an array until timecondition was true again. It is probably easy, but 
> I am not getting it.
> 
> 
> 
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> 
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>