When I first ran the strategy, I found sometimes my exit orders were being cancelled before the stop or TP was hit, leaving my original long order running loose. The log said the orders had expired.
I then edited my strategy to have the exitLong constantly repeat, only then did the trade play out as intended. However, I'm using on price change. So this means every price change my strategy is trying to resubmit the same exitLong orders over and over and over again. Obviously the orders get ignored as they already exist but Is this how it should be?

Comment