Errors, bugs, questions - page 1674

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
I'm sick of it already. Thank you, that's what I'll do, with this play appearing today.
Warning: expression not boolean t_t_t.mq4 112 19
You can live with it, of course, but it's annoying. I've already made an explicit cast, and it won't stop.
pavlick_:
Your caste refers to val and the warning to the expression
Your caste refers to val, and the warning to the expression
Yes, that's right, thank you. That's how the complaint is silenced:
Sat for half an hour and couldn't figure out why
(I couldn't figure out why the alert didn't work here)).Help can clarify that BarsCalculated returns the value returned by the OnCalculated indicator with the requested handle.
Is there any way to find out without custom events how many bars an indicator with such a handle has updated?
Is there any way to find out how many bars the indicator has updated with that handle without custom events?
MT4 b1010
The compiler doesn't swear at PlotIndexSetInteger. The function does not do what it does in MQL5.
Didn't think about the situation where the indicator returns different values with the same parameters.
What will happen in this situation? A repeated iCustom of the indicator will give identical results? And if after that we make ChartIndicatorAdd to all of them?
No answer.
If I make an iCustom with the same contents from different places at different times, the corresponding indicator will be started only once (at the earliest iCustom)?