Hello,
Is it possible to do 'File -> Import ASCII'
to modify only specified fields?
For example,
I have a symbol with full-filled quote data,
for some reason I need to modify only Close, Volume, Aux1, Aux2,
but not change all other values (such as Open, High, Low), so:
Step1. I create a *.format as below:
$FORMAT Ticker, Date_YMD, Close, Volume, Aux1, Aux2, Skip
$SKIPLINES 1
$SEPARATOR ,
$AUTOADD 1
$OVERWRITE 1
$CONT 1
$DEBUG 1
Step2. I did 'File -> Import ASCII'
to import a file with above format.
The result is,
all Price fields are overwritten by imported Close price,
even Open, High, Low are also modified to imported Close price,
all Volume are imported but
some little difference with imported Volume
for example,
imported Volume should be 156789012,
but I see 156789008 on Quote Editor.
Could anyone please help me
to prevent modify non-specified fields
such as Open, High, Low,
when I use 'File -> Import ASCII' ?
Thank you very much !