Hi Graham,

Thanks - but the SetTradeDelays doesn't seem to be working. My code 
buys on the Open of the LongSetup day, and not the following day.

Any suggestions?

Cheers

--- In [email protected], Graham <[EMAIL PROTECTED]> wrote:
>
> try this
> 
> settradedelays(1,1,1,1);
> LongSetup = Cross(PDI(8),MDI(8));
> buyprice = o;
> buy = longsetup;
> 
> -- 
> Cheers
> Graham
> AB-Write >< Professional AFL Writing Service
> Yes, I write AFL code to your requirements
> http://www.aflwriting.com
> 
> 
> 
> On 14/03/07, dralexchambers <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have the following code:
> >
> > LongSetup = Cross(PDI(8),MDI(8));
> >
> > What AFL do I use to code that on the day the LongSetup == 1:
> >
> > a) Buy == 1 the next day following the LongSetup.
> > b) The BuyPrice is the Open of the next day following the 
LongSetup.
> >
> > Cheers,
> > Alex
> >
> >
> >
> > 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
> >
> >
> >
> >
>


Reply via email to