I'm having to separate problems with my strategy after backtesting:
1) The concurrent entries at any one time is exceeding my EntriesPerDirection = 1 I set in the initialize method.
2) In a few instances, the strategy is exiting first, then entering later in time - I have no idea what is causing this.
Thanks in advance for the help,
hbmiles2000

Comment