Moving average crossover

Hello everyone,

I am coding an EA using two moving average as my signals. My challenge right now is on how to exit.

So far I am considering the following option as my exit for a position:

#1 to use Fibonacci levels, once the price hits any of the levels it takes profit and exit

#2 use trailing stop to trail the price movement until the MA crosses over again.

Thanks in advance

1 Like

Its a good idea however the MA cross only works in a trending market , soon as range bound will cut you to ribbons

2 Likes

I am using this on Volatility, yes it does range but I go in when it trending and able to reenter when it hits a range.

Iā€™m not well versed in Fibonacci levels.

However, I use SMA and MACD a lot, and I like them very much.

1 Like

I agree with this one. Best to stick to trending markets.

2 Likes