Hi,
I would like to set the buy price to current bar’s High
plus an offset. I write the following codes:
BuyPrice = H+10;
SellPrice = C-10;
Buy = Cond01
AND Cond02 AND Cond03;
// Selling
only by stop.
Sell = 0;
Unfortunately, the entry price is shown as High with no offset. The
Sell Price is shown correctly. What can I do?
TIA.
Clement