Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 990

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
***
Here I've just alerited, and just multiplying by EMPTY_VALUE results in inf
***
О! Very good example! Need to save ...
and the result:
https://www.mql5.com/ru/docs/constants/namedconstants/otherconstants
EMPTY_VALUE Пустое значение в индикаторном буфере DBL_MAX
inf is an overflowHilarious.
This is BuySellVolume. The total volume is not equal to the sum of Buy and Sell, but only slightly more.
You describe the problem in detail, remove unnecessary things from the code...
I don't want to dig into such shitty code, even if it's small...
You describe the problem in detail, remove unnecessary things from the code...
I don't want to dig through such shitty code, even if it's small...
Array out of range
The error occurred after adding strict
The compiler tells you the line and the cursor position where the error will occur, if you don't learn how to use ME, there is no point in continuing to do this
I have shown you the line:
it means that the variable i in the loop
has become larger than array numberFibo[]
look for where you describe the array or change the size of this array
you can prefix the loop with
How to make this message readable?
The point is that the last message in the alert window near the big bell can be read in full, but the previous ones only in the expert log (but then you need to focus your attention to sort them from each other)
What can be done to make it convenient for a regular user? Imagine what will happen if I, for example, show a symbol, timeframe, trade direction, open price, stop and profit?
Array out of range
The error occurred after adding strict
This
can be replaced by
And then, for some reason, I don't see the array resizing. Before filling, what size is the array assigned?
How to make this message readable?
The point is that the last message in the alert window near the big bell can be read in full, but the previous ones only in the expert log (but then you need to focus your attention to sort them from each other)
What can be done to make it convenient for a regular user? Imagine what will happen if I, for example, show a symbol, timeframe, trade direction, open price, stop and profit?
I would like the developers to make in the next update to display a message next to the large bell that the user clicked below in the alert window
You had an error when you were working in a loop
Forum on trading, automated trading systems & strategy testing
Any questions from newbies on MQL4 and MQL5, help and discussion on algorithms and codes
LuckyTrader, 2019.11.04 09:08
String shown (compiler shows nothing, error appears in indicator when testing, found in log):numberFibo [i]=0;