PureBytes Links
Trading Reference Links
|
David,
Thank you. I'll try this.
I'm using QP as my data source, so does this new symbol just get
incorporated into that existing data?
Thanks,
ts
--- In amibroker@xxxxxxxxxxxxxxx, David van den Berg <dvdberg@xxxx>
wrote:
>
> You could do a search and replace in a text editor.
>
> replacing the "," with ",XXX," - without the quotes.
> Then use the import wizard to import the file to a new symbol XXX.
> Col 1: MDY
> Col 2: Ticker
> Col 3: Close
> All other columns SKIP
>
> Make sure "Automatically add new symbols" is checked.
>
> In AFL:
>
> signals = Foreign("XXX",Close,0);
> Plot(signals,"Signals",ColorGreen, StyleLine);
>
> rgds
> david
>
> On 28/12/2005, at 1:29 PM, techsmart wrote:
>
> > I have a signal file from another source that I'd like to import
into
> > AB to use in backtesting.
> >
> > The file consists of:
> >
> > date,#
> >
> > as in:
> >
> > 1/2/88,1
> > 1/3/88,1
> > 1/4/88,0
> > 1/5/88,-1
> > ...etc
> >
> > such that 1=long, 0=cash, -1=short.
> >
> > Is there a way to import this into an AB formula to plot as an
> > indicator?
> >
> > ts
> >
> >
> >
> >
> >
> >
> >
> > 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 other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> >
> >
> >
> > SPONSORED LINKS
> > Investment management software Real estate investment
software
> > Investment property software
> > Software support Real estate investment analysis software
> > Investment software
> >
> > YAHOO! GROUPS LINKS
> >
> > Visit your group "amibroker" on the web.
> >
> > To unsubscribe from this group, send an email to:
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
> >
> >
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|