Page 1 of 1

Map ascii

Posted: Jun 17 2015
by rgranero
Dear Sirs,

I collect .csv data in format like this:

date,close
17/06/1991,0.164697
18/06/1991 ,0.164697

is possible mapping (with map ascii) without the open, high and low?

Bets regards
Riccardo

Re: Map ascii

Posted: Jun 17 2015
by Henry MultiŠ”harts
Hello Riccardo,

Each data resolution requires certain fields to be present in the file for importing/mapping the file:
"Date","Time","Price" are the necessary fields for tick data;
"Date","Time","Open", "High", "Low", "Close" are the necessary fields for minute data;
"Date","Open", "High", "Low", "Close" are the necessary fields for daily data.