PureBytes Links
Trading Reference Links
|
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 --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|