PureBytes Links
Trading Reference Links
|
Another way is to do what I just recently started doing - I store the
alerts in a csv file and then read the csv file from within my AFL code.
I store each "alert" in a variable consisting of the symbol and the
entry timestamp. The variable gets set using VarSetText and then I
use a for loop and manually set each individual element of the Buy
array to either 0 or 1 depending on whether the variable is true or
not (as retrieved using VarGetText).
--- In amibroker@xxxxxxxxxxxxxxx, "cstrader" <cstrader232@xxx> wrote:
>
> One way is to read your signals in as a "ticker." Put the signals
in for
> instance the closeprice. Then access the signals using the foreign()
> function.
>
>
> ----- Original Message -----
> From: "irek_smaczny" <smaczny@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Sunday, January 06, 2008 12:36 PM
> Subject: [amibroker] Import signals from file ?
>
>
> > Hi,
> > I want to analyse public system, but I have only buy and sell signals
> > in file:
> > date,time,price,signal
> > where signal is buy or sell.
> >
> > How can I import it to amibroker to show this on chart and run
> > backtest on it ?
> >
> > Regards
> >
> >
> >
> >
> > 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
> >
> >
> >
>
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/
|