|
Ivan Cheng
2015-01-21 17:44:19
|
|
Hi,
After importing my data via ASCII importer, I realized that some of my data weren't translated to the chart correctly.
For example,
<TICKER>,<PER>,<DTYYYYMMDD>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL>,<OPENINT>
AAX,D,20150121,0.67,0.675,0.665,0.67,18194,0
The High and Low is 0.675 and 0.665 respectively in the parser preview output. However when it is imported to the charts it is shown as 0.67 and 0.66 instead.
Is it that the chart can only interpret up to 2 decimal points? How do I change that?
|
|