PureBytes Links
Trading Reference Links
|
DN = datenum();
NewDay = DN != Ref(DN,-1);
DailyBarNum = barssince(Newday);
herman
Wednesday, August 29, 2007, 6:36:43 AM, you wrote:
>
|
Hello,
How do I get the *number* of bars from current bar to the opening bar
of the day (whether visible or not on the chart) in a intraday 5-min
timeframe i.e. the no increases as new bar is added?
Thanks,
Kar
|
__._,_.___
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
__,_._,___
|
|
|