I'm new to the forum and greatly appreciate any advice that might be thrown at me...
I have created a strategy that is based on the cross of 2 moving HMA's. The strategy is based on "each tick" (not price/bar close). It plays both long and short currently with no stop loss setting (cross above = long, cross below = short). The strategy is successful at switching from long to short and vise versa. However, the problem I am having is that the strategy occasionally takes really bad trades due to the crosses occurring and then quickly uncrossing (which I assume does not count as cross in the other direction - IE switch from long to short or short to long) as seen in the example below. A short was taken.
So my question is, what is the simplest way for me to set the strategy to wait just a bit longer to make sure that cross is truly confirmed. Is there maybe a way to tell the strategy to wait a certain amount of time after a cross has occurred and verify the cross is still effective before taking a trade? Or perhaps there is a better way? I just need to get rid of these false signals even if it means potentially missing out on a little more profit, if I can avoid the bigger losses.
I am open to ideas. FYI, I'm not a programmer but am comfortable with setting up anything in the conditions, inputs, variables etc.

Comment