For example:
If the strategy enters a buy signal and closes it out once completed, I don't want it to re-enter another long position, I want it to ignore the buy signals and wait until a sell signal is given.
If the previous trade was a buy, the next trade can only be a sell.
If the previous trade was a sell, the next trade can only be a buy.

Comment