HELP MA on RSI
-
Hi, I´ve been trying to add MA on RSI but it doesnt work. If in codition I use RSI > MA the MA calculated its on the main graph and not on RSI. Is there a way to make this MA been calculated over RSI?
Thank you very much
-
So this is what happening:
The robot must check these 3 basic conditions to trigger BUY/SELL:
Buy:
- EMA X> BB
- RSI > EMA (calculated over RSI NOT OVER CANDLES)
- MFI > EMA
Close Buy:
- EMA X< BB
- RSI < EMA
- MFI < EMA
Sell:
- EMA X< BB
- RSI < EMA (calculated over RSI NOT OVER CANDLES)
- MFI < EMA
Close Sell:
- EMA X> BB
- RSI > EMA
- MFI > EMA
So as you can see on the pic the robot its not respecting these conditions or its ignoring some.
How to I attach the scheme here so you can see how I set it up?
......
fxDreema.jpg
INDADX.mq5 -
In EAs in fxDreema MA can't be put over another indicators. I tried few times to implement this, but every time I find problems and I only remember that the last time my conclusion was: Impossible. And I don't like "Impossible" as a conclusion normally
