Errors, bugs, questions - page 2768

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
Hello! There is an MT5 indicator "Grid Builder" which draws horizontal lines in price increments. You can select e.g. 100p, 200p etc. And it builds a horizontal grid up and down with a given step. But it has one problem, for example, when I draw horizontal levels on timeframe H4 (I put horizontal lines from drawing tools in the terminal) and switch to any other timeframe, all my lines are removed. Only horizontal indicator levels remain. How can I correct this error in the code? To ensure that my horizontal levels are never deleted. Here is the code of the indicator.
Hello! There is an MT5 indicator "Grid Builder" which draws horizontal lines in price increments. You can select e.g. 100p, 200p etc. And it builds a horizontal grid up and down with a given step. But it has one problem, for example, when I draw horizontal levels on timeframe H4 (I put horizontal lines from drawing tools in the terminal) and switch to any other timeframe, all my lines are removed. Only horizontal indicator levels remain. How can I correct this error in the code? To ensure that my horizontal levels are never deleted. Here is the code of indicator.
Please try toinsert the code correctly.
Beaubra to all.
When I change timeframe that has been idle for a long time, the indicator freezes. Please guide me where the dog is buried. Thank you!
Beaubra to all.
When I change timeframe, which has not been used for a long time, the indicator freezes. Please guide me where the dog is buried. Thank you!
The dog is loading data.
Beaubra to all.
When I change timeframe, which has not been used for a long time, the indicator freezes. Please guide me where the dog is buried. Thank you!
Same place the wolf bit the fox....
He bit it. What do you think? )))))))
How can a function be called first and then declared? Is the program not running in a row or what?
MQL-compiler, not interpreter, google " linker compiler ".
how much probability to receive from a small text string(10-50 symbols) md5-hash (16 bytes) equal to0xAAAAAAAAAAAAAAAAAAAA + 0xAAAAAAAAAAAAAAAAAAAA
in general I need some initializer HASH_NULL (I need some reasonable variants), I find 0 unreliable for some reason
UPD: searched online md5 decryption https://md5.web-max.ca/
on the md5 hash: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa says Error , 0 is also an error
Good afternoon! I am writing a class for collecting extrema based on iWPR indicator readings. Here is a piece of code: I start by creating a handle for an indicator and then copying the data into a buffer. I create a loop for getting indicator data based on the array size and write the course of events into the file to understand what is going on. I would like to point out that I copied this code from MQL4 and, of course, adapted it for MQL5. I don't understand something or something is wrong, but data of dwpr variable is written to a file with some kind of mistake. What am I doing wrong? I'm attaching the text file of the so called log!