PureBytes Links
Trading Reference Links
|
hello group,
i have some TradeStation data files i would like to import directly into AmiBroker.
TS seperates volume into "up-Volume" and "down-Volume". is there a way to have AB "sum" 2 fields into 1?
can i get this line
"Date","Time","Open","High","Low","Close","Up","Down"
01/07/2003,1123,9.26,9.26,9.22,9.25,28500,3000
to import this
"Date","Time","Open","High","Low","Close","Volume"
01/07/2003,1123,9.26,9.26,9.22,9.25,31500
without manually processing each file?
dirk
---------------------------------
How low will we go? Check out Yahoo! Messenger?s low PC-to-Phone call rates.
|