Normal
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.
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.
Hello and welcome to Aussie Stock Forums!
To gain full access you must register. Registration is free and takes only a few seconds to complete.
Already a member? Log in here.