PureBytes Links
Trading Reference Links
|
Hello Joel,
Another way?
If you are adventurous! (I don't give money back guarantees though).
Add a third column to your signal as data e.g. 1 or a value that
quantifies the strength of your signal.
ASCII import the 'data' into the OI field (the data will enter as
symbol specific and only have a value for the symbol on the day of
your signal).
(The OI field has no use outside of futures trading - for equity
traders it is a 'spare' field - lots of traders stuff things into it).
If it is a long term ongoing project, with your signals continually
updating, the ODBC plug in should give you dynamic access to your
signal from an external file (Access or SQL).
Cheers,
Brian_Z
--- In amibroker@xxxxxxxxxxxxxxx, "onlyobsession2k3" <jmpatton@xxx>
wrote:
>
> Hello, does anyone know how to do this?
>
> I have an externally-generated list of Trades in a .csv file, e.g.:
>
> Signal Date,Symbol
> 2007-11-01,GOOG
> 2007-11-02,AAPL
> 2007-11-03,INTC
>
> I'd like to import these signals into the backtester so that I test
> the performance of entering trades only on these dates for those
symbols.
>
> I'm guessing I need some method of converting the file into an
> Amibroker signal variable/array for each symbol, but I have no idea
> where to start for this.
>
> Any help is greatly appreciated,
>
> Joel
>
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|