Trade A is not doing what you describe. It should have entered the position a few bars later. Only trades C and D are having their entry points at the desired position. Are you still using bars that have not yet been completed (shift zero)? That could cause "jitter" around your entry point which is not visible when you look at the results afterward. Rerun your backtest and pay detailed attention to what the yellow line is doing near the A and B entry times.I'm telling MT4 to enter positions when the yellow moving average crosses back inside the moving average envelope and to exit trades at the mean. At least it approximated this action at points A and C, but at B it executed a (losing) trade with the moving average positioned outside of the envelope!
That's why I said "approximated" the action. My system of trading relies on instantaneous entries, but I just moved down to a lower time frame where I am taking everything that worked best with the charts I was using earlier, and translating them down to a more "microscopic" time frame. So now, if I use shift one (1), I should be okay in that a little bit of lag at this level should not do much damage.Trade A is not doing what you describe...
You're welcome. Curiosity is what keeps me here: reading about your experiments and the issues you encounter. A learning curve will eventually lead to a nice equity curve.Thanks for the information about "jitter." You are one of the few members here at ET who I have had respond to things I've written in one of my journals (since August of 2017) that is actually helpful information—the kind of interaction I thought I would find here, but which I have sadly found to be the exception rather than the norm.
Thanks again!.