[amibroker] Re: Using TimeFrame functions on BarIndex()

 

7 years later I was wondering about the same.  I experimented and managed to find a relationship between the regular barindex() and the compressed one. 

You need to use TimeFrameExpand to convert barindex() to biExp:
biExp = IIf(bi<=LastValidBarindex, TimeFrameExpand( barindex(), TF, Expandfirst), FutureNullValue);

The entire code is posted here:
BBB-Amibroker: TimeFrameSet() and Barindex() of compressed and regular arrays

 




__._,_.___

Posted by: bobptz@gmail.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/


.

__,_._,___


EmoticonEmoticon