SetTradeDelays(1,1,1,1); // or in AA>Settings>Trades BuyPrice = Open; // or in AA>Settings>Trades Buy = LongSetup == True; // same effect as LongSetup == 1
dralexchambers 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
