Alex,

 

Just reference your LongSetup value for the previous day:

 

LongSetup = Ref(Cross(PDI(8),MDI(8)),-1);

 

Regards,

 

David

 

  _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
Of dralexchambers
Sent: 03/13/2007 5:57 PM
To: [email protected]
Subject: [amibroker] Re: Reference the next day's Open

 

Thanks - but the SetTradeDelays doesn't seem to be working. In both 
examples give, 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> ps.com, 
"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
>

 

Reply via email to