PureBytes Links
Trading Reference Links
|
Hello,
You may import it twice with 2 different definitions first would be
$FORMAT DATE,TIME,OPEN,HIGH,LOW,CLOSE,VOLUME,SKIP
and second would be:
$FORMAT DATE,TIME,OPEN,HIGH,LOW,CLOSE,SKIP,VOLUME
$HYBRID 1
This $HYBRID 1 causes that volume figures from second import would be added to first one.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: dirk schreiber
To: amibroker
Sent: Monday, August 14, 2006 12:23 PM
Subject: [amibroker] importing TradeStation data files - up/down volume
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.
|