Here's my dilemma:
When I enter a short position using
EnterShortLimit(lowestLow)
I have programmed a two point (8 tick) profit target using:
SetProfitTarget(CalculationMode.Ticks, 8)
When I check the chart and both the entry and the exit happens on the same bar, the cart comes before the horse meaning the target price is reached before the entry price when the price starts out low and goes high. It seems the program doesn't know which came first....
How do I overcome this?
Thanks
KK

Comment