[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] convert ASCII ?



PureBytes Links

Trading Reference Links

Panos,

As I wrote a couple of posts below: you can do this without script:

Just go to the settings, choose "periodicity" - 10 minutes and run exploration:
Filter=1;
AddColumn(O,"O");
AddColumn(H,"H");
AddColumn(L,"L");
AddColumn(C,"C");
AddColumn(V,"V");

and it will produce 10-minute bar data from 1-minute database.
You can now export it to the ASCII file.



Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "Panos Boufardeas" <akaraman@xxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, February 08, 2003 1:43 AM
Subject: [amibroker] convert ASCII ?


> hi AB group
> 
>   Any body has made a script to convert ASCII 1 min RT  to 10min or something?
> 
> Panos
> 
> 
> 
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> 
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
> 

Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/