2. The second challenge I am having is that during backtesting, the price passes through a presumed stop order as if it didn't exist. There are multiple instances of this in the results of backtesting, so it is difficult to try and determine what the cause is. Below is an example.
What I would like the stop order to do is be at the high of the entry bar. But what I believe my current strategy to be able to accomplish is the high of the signal bar (one bar previous), but even this is being ignored.
I am only using the NT8 strategy builder, and am not very proficient in scripts or coding, so I'm at a bit of a loss here on how to debug what is going on.
There are instances where the behavior is as expected, but it isn't consistent.
What's the best way to work through this? I'm in uncharted waters and definitely need some help. Happy to provide any chunks/all of the code for debugging as well.
Thanks

Comment