1. Create new array that contains only data of interest
    Newarray = iif(TimeNum() >=091500 and Timenum() <141500,High,0);
2. Compress the chart
    TimeFrame Set(inDaily);
    Read High value Yest_High = Ref(High,-1);
    etc

TimeFrameResore();

----- Original Message ----- 
From: "hoolee0820" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, August 02, 2008 2:57 PM
Subject: [amibroker] Re: How to get RTH high, low and close in a 24 hr 
chart?


> --- In [email protected], "hoolee0820" <[EMAIL PROTECTED]> wrote:
>>
>> Please help me to find yesterday regular session (as define in
> Database
>> Setting, ie 9:30 to 14:15) high, low and close prices in a 24 hour
>> chart. I don't seem to be able to figure that one out. What code
> would
>> you use....
>>
>
> Let me correct myself and see if someone can help me out...
>
> how do you determine yesterday's RTH high, low, open and close in a non-
> time based (e.g. Range Bar) chart?
>
>
> ------------------------------------
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
> Yahoo! Groups Links
>
>
>

Reply via email to