
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 dear coders,
I would like to ask you a simple question, however for me it is not that simple...
as you can see in the attached screenshot, I added two rsi indicators and a simple moving average of 50 applied to previous indicator's data in the same subwindow.
My question is : how do I get the value of that 50 ma?
i mean,
if (iRSI(NULL, PERIOD_CURRENT, 13, PRICE_CLOSE, i) > ........ ?
&& iRSI(NULL, PERIOD_CURRENT, 35, PRICE_CLOSE, i) > .......? )
{ my code here }
thanks for your answers, Oliver