PureBytes Links
Trading Reference Links
|
I think you mean AA Scan running. you can do this in AA window running
the scan every X minutes. See the AA window
On 11/5/05, dingo <dingo@xxxxxxxxxxx> wrote:
> For backtester you'd need an external automation script afaik.
>
> d
>
> ________________________________
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
> Of eric paradis
> Sent: Saturday, November 05, 2005 10:33 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] continuous running of backtester and quote update
>
>
> Hi,
>
> Id like to have the backtester running continuously so
> I can get signals , and also by automatically updating
> my quotes thru amiquotes, is this possible and
> relatively easy to do so?
>
>
>
> --- eric paradis <thechemistrybetweenus@xxxxxxxxx>
> wrote:
>
> > great! will the backtester test them all during the
> > backtest, so I can get the portfolio effect?
> >
> > eric
> >
> > --- Graham <kavemanperth@xxxxxxxxx> wrote:
> >
> > > margindeposit and ticksize can be put into the
> > > information window for
> > > each symbol and this is used in AFL unless you
> > > assign the value within
> > > the AFL
> > >
> > > You can also do this in the AFL by simkilar to
> > this
> > > ticksize = iif(name()=="ABC", 0.0001,
> > > iif(name()=="DEF",0.01, 1 ));
> > >
> > > On 11/4/05, eric paradis
> > > <thechemistrybetweenus@xxxxxxxxx> wrote:
> > > > I have a few questions about backtesting futures
> > > > contracts. I would like to test a portfolio of
> > > > different contracts, say EURUSD, Gold, etc. Is
> > it
> > > > possible for me to do this in amibroker?
> > > >
> > > > I have used MarginDeposit for setting margin,
> > but
> > > can
> > > > I set different margins for different contracts
> > in
> > > one
> > > > backtest?
> > > >
> > > > I also wonder about tick size. Should I set it
> > to
> > > 0
> > > > for futures mode? It appears it is 0 in the user
> > > > manual, but I am not entirely sure.
> > > >
> > > > Is it possible for me to have multiple point
> > > values in
> > > > the afl so that I can test multiple contracts at
> > > once?
> > > >
> > > > Thanks,
> > > >
> > > > Eric
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > __________________________________
> > > > Yahoo! Mail - PC Magazine Editors' Choice 2005
> > > > http://mail.yahoo.com
> > > >
> > > >
> > > >
> > > > 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
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Cheers
> > > Graham
> > > AB-Write >< Professional AFL Writing Service
> > > Yes, I write AFL code to your requirements
> > > http://e-wire.net.au/~eb_kavan/ab_write.htm
> > >
> >
> >
> >
> >
> >
> > __________________________________
> > Yahoo! Mail - PC Magazine Editors' Choice 2005
> > http://mail.yahoo.com
> >
>
>
>
>
> __________________________________
> Yahoo! FareChase: Search multiple travel sites in one click.
> http://farechase.yahoo.com
>
>
> 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
>
> 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.
> 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.
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> ________________________________
>
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
------------------------ 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/
|