Errors, bugs, questions - page 2459
![MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal](https://c.mql5.com/i/registerlandings/logo-2.png)
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
What?
No one can answer my question#24566?
What's there to master? Put everything in OnInit into a separate function, make it MyOnInit. From OnInit call MyOnInit and from OnChartEvent after changing input field.
These are the basics, you may need something else. I have a free indicator in the Market which colors bars or candlesticks on the condition that MACD is above or below zero. But if you switch the chart to a line, the number of required buffers already changes. The solution is found in this way.
So you've already posted the code.
If I'm an inept, someone must be a pro. I don't see it yet.
I accept your effort to find an answer. It's deeper in the understanding. That is, at the level of the developers.
The code is crazy, but it's the only way it worked for me... but my computer's really busy right now...
Respect for the effort.
Successful.
Grateful. Frankly.
Am I correct in assuming that after a pass agents sleep and wait for the remaining busy agents to finish their work?
Yes. Sometimes this downtime for free cores takes a long time when optimizing over real ticks.
Maybe developers can solve this problem?
There is no way to get a link to the entry in the feed. For example, to leave it in your bookmarks.
There is no way to get a link to the entry in the feed. For example, to leave it in your bookmarks.
https://www.mql5.com/ru/users/fxsaber#profileMessage_6131695 is it?
Yes, but I don't see a regular way to get the link.
Result
Is this exactly how it should be ?
Hi all.
In the latest builds this error has started to appear:
and it keeps coming up every other time.
What does it mean?
Result
Is this exactly how it should be ?
Result:
long -9223372036854775808
ulong 9223372036854775808
long -9223372036854775807
int -2147483648
long-2147483648
int -2147483647
What is the fundamental difference between (1)(2)(3) and (4)(5)(6), respectively?