System33 bugs:
SERIOUS BUGS:
The stops are not tracking each individual position, in the sense that if 2 or more longs are running, then the stop will exit all of them on the same bar.
The other problem is the stop exiting previous longs when the system is trying to buy it again, so instead of holding the existing long, because we need to code into it
that if a buy signal is being generated, then no exit should happen.
What it is doing now, is selling the long, buying the new long and selling that all on the same bar! Which would be very annoying not to mention costly.
Even the default trade station ATR stops make this same mistake. A counter is needed to count which position is being monitored
A checker is also required to check is an entry signal is about to be triggered, as this would cancel the stop before it triggered.