that did the trick - thank you for your fast reply, tomasz
 
dirk
 
 
----- Original Message -----
Sent: Monday, August 14, 2006 12:59 PM
Subject: Re: [amibroker] importing TradeStation data files - up/down volume

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 -----
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.

__._,_.___

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html






SPONSORED LINKS
Software support Small business finance Business finance online
Business finance training Business finance course


YAHOO! GROUPS LINKS




__,_._,___


Get your email and more, right on the new Yahoo.com

Reply via email to