Answer the question
In order to leave comments, you need to log in
I ask for help from MT4 developers (MQL), what is this line of code?
Can you at least say what it could be?
And what output can be the test variable?
I would like as much detail as possible what types are there and what is happening in general, if anyone knows.
test = (iRSI(Symbol(), 0, 30, PRICE_OPEN, 15) - 50.0) / 50.0;
Answer the question
In order to leave comments, you need to log in
I dug up what iRSI is, it's like a Relative Strength Index technical indicator.
double iRSI(
string symbol, // имя символа
int timeframe, // таймфрейм
int period, // период
int applied_price, // тип цены
int shift // сдвиг
);
There is a site with a similar name for questions on this topic.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question