Hi Coders
both RSI and EMA are standard MT5 indicators.
On my chart I have the EMA applied to "first indicator's data" like this and calling for a buy/sell signal based on RSI being above/below the EMA.
Now, I want to create an EA based on above indicators.
Is it possible to create an EA without first creating a new indicatorA made of RSI+EMA and after the EA is getting signals from this new indicatorA?
Thanks
PS: I'm not a coder
both RSI and EMA are standard MT5 indicators.
On my chart I have the EMA applied to "first indicator's data" like this and calling for a buy/sell signal based on RSI being above/below the EMA.
Now, I want to create an EA based on above indicators.
Is it possible to create an EA without first creating a new indicatorA made of RSI+EMA and after the EA is getting signals from this new indicatorA?
Thanks
PS: I'm not a coder