[amibroker] Re: Need Date Filter

 

If you're just looking for the ability to sort on specific columns, you can use SetSortColumns.


In your code, the date column is 3rd in the list of columns, so in your formula include the line:

SetSortColumns(3);

If you want the latest date at the top of the list:

SetSortColumns(-3); // Descending order

More here: AFL Function Reference - SETSORTCOLUMNS


Alan

HelixTrader.com 



__._,_.___

Posted by: alan.clement@gmail.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

**** 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