my problem is related to the fact that trading days are different in different countries. Therefore I would like to import different indices on different pages. Something like this:
Code: Select all
wfopen index1.csv
scalar n=3 'number of indices (files)
for !j=2 to n
pagecreate(page=index{!j}) u 3933
import index{!j}.csv
next