Hei, MQL5 Community
I would appreciate your assistance and knowledge regarding an entry condition comprised of two moving averages and the RSI.
A set of conditions must be met by the RSI, such as when set to true and then apply a predefined set of requirements as shown in the code below:
To clarify, I need to add the RSI check to this piece -
if(Close[1] > MABuy || !MAFilter || !RSIFilter
if(oversold && (rsi>OversoldLevel) && (direction>0))
Regards,
- Check operator precedence for possible error; use parentheses to clarify precedence
- Implement two conditions to enter a trade_ MA and CCI. (EA)
- Implement 2 MA Cross with CCI filter

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register