PureBytes Links
Trading Reference Links
|
Im sorry Graham, what I mean is -
Is there a way to have trade entries occur over the
several day period?
Im tryin to test a strategy where the trade size is so
big, that I need to place the trade over several days,
say volume on entry bar is 500k but share size is 1
million, the only way I see doing is to set the volume
parameter to 0, but then that wouldnt be accurate.
--- Graham <kavemanperth@xxxxxxxxx> wrote:
> in AA window just set the number of bars, days or
> time period you want
> for the backtest
>
> On 10/10/05, eric paradis
> <thechemistrybetweenus@xxxxxxxxx> wrote:
> > Hi, I'm Trying to backtest an entry / exit over
> > several day period, rather than a single day. Is
> it
> > possible?
> >
> >
> >
> > --- Steve <avalon-ardy@xxxxxxxxxxxxxxx> wrote:
> >
> > > Maybe try
> > > // 3 cent condition
> > > Buystop = Filter AND C + .03;
> > > Buy = Cross( H, Ref(BuyStop,-1) );
> > >
> > >
> > > ----- Original Message -----
> > > From: kevinoversby
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Sent: Sunday, October 09, 2005 4:02 AM
> > > Subject: [amibroker] Trying to code buy stop
> > >
> > >
> > > I have a filter set up and my delay is set to
> 1 to
> > > enter next day.
> > > However, entry need to be between 3 cents and
> 3%
> > > above previous close.
> > > I found info on buystops in the manual but
> can't
> > > get it to work yet.
> > > Please could someone point me in the right
> > > direction?
> > >
> > > // 3 cent condition
> > >
> > > Buystop = Filter AND C + .03;
> > > Buy = Cross( H, BuyStop );
> > >
> > > Thanks
> > >
> > > Kevin
> > >
> > >
> > >
> > >
> > >
> > >
> > > 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
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> > __________________________________
> > 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! 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/
|