Australian (ASX) Stock Market Forum

Reply to thread

One back test option I really like which I never see  mentioned on the youtube how to videos is ExtraColumnsLocation


 Amibroker creates addition columns for the variables you are optimizing and by default they are appended to the output after all the standard columns. Adding SetOption( "ExtraColumnsLocation", 1 ) ;  to my AFL moves them to being the first columns with  output like the following.



[ATTACH=full]124154[/ATTACH]


It's a small change but I find it really helpful having the optimized values and most of the fields I check visible without having to scroll left and right.


Top