I need a little help with something... If I use the following: SetTradeDelays(1,1,1,1);
BuyPrice = O; SellPrice = O; ShortPrice = O; CoverPrice = O; When iterating through the Buy array, does the signal: Buy[i] Yield the price Open[i + 1] that the stock would actually be purchased for?
