Hi Everyone
Is it possible to import more Aux data (aside using foreign method)? Because apparently my data has more than 2 auxiliary data. I upload the data image as well
If it is possible, how to do it during the import wizard?
I have done typing the additional comment during import wizard with this script:
$FORMAT Date_DMY,Ticker,Open,High,Low,Close,Volume,Aux1,Aux2,Aux3,Aux4,Aux5,Aux6,Aux7
$HYBRID 0
$ALLOWNEG 1
$SKIPLINES 1
$SEPARATOR ,
$DEBUG 1
$AUTOADD 1
$BREAKONERR 1
And apparently, it did not work out.
Your help will be much appreciated
Thank you