hey dpt, welcome to zorro laugh

SO first of all, training and testing is sth very different. then im curious about which script and asset combination did u ty?

downloading history is very easy. log in with broker data and use the download script. it copys the files to \ZorroHistory

if u select the download script and press test u can chose between tick(t1),1min(t6) or stooq data f.e. even if tickdata is only available in zorro S - for the beginning 1min data is absolutly fine.

the second script about data u must know is "CSVExport" which creates a CSV file as u wish to have it. u can modified it as u please to get alternative formats like yyy.mm.dd hh:MM

Quote:
string Format = ifelse(assetType(Asset) == FOREX,
"n%04i.%02i.%02i %02i:%02i, %.5f, %.5f, %.5f, %.5f",
"n%04i.%02i.%02i %02i:%02i, %.1f, %.1f, %.1f, %.1f");
char FileName[40];


and u can download the history from the zorro main page.

greetings