PureBytes Links
Trading Reference Links
|
OK, I see that. However, the CSV file has over 2000 symbols for over 200 days.
Is there a way to have Amibroker read in the CSV into an associative array and then examine the array within the strategy?
--- In amibroker@xxxxxxxxxxxxxxx, Aron <aron.groups@xxx> wrote:
>
> http://www.amibroker.com/kb/2006/09/29/how-to-set-individual-trading-rules-for-symbols-in-the-same-backtest/
>
>
> On 12/9/2009 7:44 PM, davemabe2000 wrote:
> > I have through external means constructed a list of days and symbols for each day. I'd like to backtest a strategy using Amibroker that looks for a certain intraday setup in that particular day's symbol list.
> >
> > For example, I have data in a CSV file similar to this:
> >
> > 2008-11-17,GOOG
> > 2008-11-17,MSFT
> > 2008-11-18,RFMD
> > 2008-11-18,SWY
> >
> > What I'd like to do is have Amibroker only test efficiently use my list of symbols to run a backtest against.
> >
> > So in the example above, it would look for the setup I have defined in my AFL code for GOOG and MSFT on 2008-11-17, for RFMD and SWY on 2008-11-18, etc.
> >
> > How would you tackle this?
> >
> >
> >
> > ------------------------------------
> >
> > **** IMPORTANT PLEASE READ ****
> > This group is for the discussion between users only.
> > This is *NOT* technical support channel.
> >
> > TO GET TECHNICAL SUPPORT send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
> > http://www.amibroker.com/feedback/
> > (submissions sent via other channels won't be considered)
> >
> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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:
amibroker-digest@xxxxxxxxxxxxxxx
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/
|