| 
 PureBytes Links 
Trading Reference Links 
 | 
Dimitris,
thank you for your helpful suggestion. 
I understand the first part of your answer (creating an artifical 
ticker with the ADDToComposite).
I do not understand the 2nd part of your answer. So once I have the 
newly created AddToComposite, then what? Are you referring to a MERGE 
command or how are the timing signals incorporated into the file? 
Could you elaborate?
Thank you.
Werner
--- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx> 
wrote:
> Werner,
> One idea would be to create an artificial ticker "INTCA" with
> AddToComposite(0,"INTCA","V");
> Buy=0;
> 
> and then import the existing ASCII form
> ...
> INTCA,20030103,10,10,10,10,10
> INTCA,20030121,20,20,20,20,20
> INTCA,20030127,30,30,30,30,30
> ...
> 
> where 10 stands for BUY, 20 for SELL, 30 for SHORT etc.
> Dimitris Tsokakis
> --- In amibroker@xxxxxxxxxxxxxxx, "Werner" <WKRAG@xxxx> wrote:
> > Hi there,
> > I have an external timing system (in EXCEL) and would like to 
test 
> it 
> > with AB. The signals look like this:
> > 
> > 01.03.04  Long
> > 01.08.04  Short
> > 01.17.04  Long
> > 
> > and so forth.
> > 
> > The list does not include every trading date, only the dates of 
the 
> > signal CHANGE. I know how to import an ASCII file, but do not 
know 
> > how to fill in the missing dates. 
> > 
> > How can I import this list into AB WITH the mising dates??
> > 
> > Thank you for any suggestions.
> > 
> > Werner
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |