Alex --
Your response below is unclear.  When you say "My code
buys on the Open of the LongSetup day, and not the following day." Do you mean: 1. I want it to buy on the following day, but I *THINK* it is buying on the setup day.
or
2. I want it to buy on the setup day, but I *THINK* it is buying on the following day.

Which, and why do you *THINK* so?
-- Keith

dralexchambers wrote:

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] <mailto:amibroker%40yahoogroups.com>, 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 <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/ <http://www.amibroker.com/devlog/>
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html <http://www.amibroker.com/support.html>
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
>

Reply via email to