>> 2/13/08,1654,1350.75,1363.00,1344.25,1649.50,55,126
Just a hint
What about if you play little bit with AddToComposite ()
For example
a) If you import the data how is and for the last column ,126 choose
"I" - open interest
b) then make a formula like
my_new_volume = V + I;
AddToComposite(my_new_volume,"~newVolume","V");
c) plot your volume
x = Foreign("~newVolume","V");
Plot( x, "my_Vol ", colorBlue , styleHistogram ) ;
Something like that
and I hope it is what u looking for
other way add those 2 columns with excel
Thanks
Panos
--- In [email protected], "gsmservplus" <[EMAIL PROTECTED]>
wrote:
>
> hi,
>
> i`ve got txt files with cme,cbot and nymex futures intraday 1 minute
> historical data. there are data in
> <<date,time,open,high,low,close,up,down>> formats. "up" is up volume
> and "down" is down volume. how can i uplode that data to amibroker
> through import wizard? because if i set in define field column 7 and
> column 8 like VOLUME in chart it reads only last "down" volume.
> example : for @ES symbol
> 2/13/08,1654,1350.75,1363.00,1344.25,1649.50,55,126
> up is 55, down is 126, so, when i uplode to AB that data volume
> indicator reads 126. i would like to get 55+126= 181(total volume for
> that minute). how can i do it? or only way i`ve got to change all data
> in those files manually?
>
> thanks
>