if (Fast50>Slow200);
if (RSI<RSIOverSold); |
|

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
Hi, im fairly new to MQL so ive decided to build a trade indicator which displays an arrow for a buy and sell based on the conditions of two EMA's and an RSI.
So far i have added the EMA's, im a little stuck on how to continue with the RSI as i want to say that if the 50 EMA is above the 200 EMA and if the RSI Below 20 then draw a down arrow on the candle close.
I could really do with some guidance on MQL, any tips are really appreciated and if any of you could recommend where to enhance my knowledge please do! :)