I am working in Strategy Builder. When my strategy executes a new trade, once the profit target or the stop loss are hit, another trade is generated. New trades are created and target filled or stopped out, over and over, until the next bar is generated.
Is there a way to prevent subsequent trades while on the current bar? I have added into conditions the following, but it seems to be ignored... Position.MarketPosition = MarketPosition.Flat
I would appreciate your help on this...
Thank you in advance!

Comment