different trading days
Posted: Sun Apr 17, 2011 12:27 pm
Hi,
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:Page "index1" has exactly the same structure as I want. However, pages "index2" and "index3" are imported without dates. How should I modify my code to import files "index2.csv" and "index3.csv" in such a way that they will be imported to pages "index2" and "index3" and they will have the same structure as the pade "index1"?
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