Mt4 End of support. - page 41

 
Реter Konow:

By the way, if in my solution just change the frequency of filling the array and instead of pausing a minute, access once a second, the problem could be completely solved. In this case, the load on the system is unlikely to increase. You may check it out.

Replace if(Minute*Timer_frequency >= 60000) with if(Minute*Timer_frequency >= 1000).

Shit, study my code:
https://www.mql5.com/ru/forum/215359/page27#comment_5738680

Moreover, it's a good opportunity to try out the debugger.
Basically, the same thing you were trying to do.
 
Nikolai Semko:
Shit, study my code:
https://www.mql5.com/ru/forum/215359/page27#comment_5738680

All the more reason to try out the debugger.

Sorry Nikolai, I've looked at your code and it's a total chaos for me. I didn't manage to understand it. Maybe everything is clear to you, but comments and variable names are not enough for me:

"acb", "n_cur", "N_sym", "curtf", "CurBars" etc... - are not legible!

They are just scraps of English words and very difficult to understand what they mean.

And after that you still say my code is unintelligible! When did it happen that these fragments of foreign words crumpled together became standard of readability for Russian speakers?

A world of absurdity...((.

 
Реter Konow:
Sorry Nikolai, but those are empty words. It's kind of unusual to hear that from a programmer.
There you go, I'm offended.
Peter, I'm not joking and I'm not making fun of you:
When I watch your GUI video, I really admire your work, especially when I realise that this enormous amount of work was done without OOP and even more so without a debugger. I can't do that!!!
But your code in this thread.... There are simply no words.
 
Nikolai Semko:
There you go, you're offended.
Peter, I'm not joking and I'm not making fun of you:
When I watch your GUI video, I really admire your work, especially when I realise that this enormous amount of work was done without OOP, much less a debugger. I can't do that!!!
But your code in this thread.... is beyond words.

Come on, - I did it all only because I was working in Russian!

 
Реter Konow:

Sorry Nikolai, I looked at your code and for me it is total chaos. I couldn't understand it. Maybe for you everything is clear, but for me the comments and names of variables like:

"acb", "n_cur", "N_sym", "curtf", "CurBars" etc... - are not legible!

They are just scraps of English words and very difficult to understand what they mean.

And after that you still say my code is unintelligible! When did it happen that these scraps of foreign words crumpled together become a standard of readability for Russian speakers?

A world of absurdity...(((

Peter, have you ever seen the text of a program for 1C-accounting or any other 1C application?

 
 
Dmitry Fedoseev:

The SWAT team opens the door and looks for a new bar...

 
Alexey Viktorov:

Peter, have you ever seen the text of a program for 1C accounting or any other 1C application?

No.
 
Реter Konow:

Sorry Nikolai, I looked at your code and for me it is total chaos. I couldn't understand it. Maybe for you everything is clear, but for me the comments and names of variables like:

"acb", "n_cur", "N_sym", "curtf", "CurBars" etc... - are not legible!

They are just scraps of English words and very difficult to understand what they mean.

And after that you still say my code is unintelligible! When did it happen that these scraps of foreign words crumpled together became standard of readability for Russian speakers?

A world of absurdity...(((

I understand you: after your style, my style will not be comfortable for you. But I always look at program structure, and long variable names obscure the structure. But that's my peculiarity, let that be a disadvantage. By the way, I've never even brought up your long Russian variables, although they always bothered me, but when it turned out that they were not supported by the debugger..., only then I got indignant. In the end you can fix it to a comfortable style. Artyom already said about substituting crtl+H.
 
Nikolai Semko:
I understand you: after your style, my style won't be comfortable for you. But I always look at the program structure, and long variable names obscure the structure. But that's my peculiarity, let that be a disadvantage. By the way, I've never even brought up your long Russian variables, although they always bothered me, but when it turned out that they were not supported by the debugger..., only then I got indignant. In the end you can fix it to a comfortable style. Artyom already said about replacing crtl+H.

Thank you, Nikolai - thanks to you I learned how much I gained from not having a clue about the debugger.

If I had relied on it, I would have nothing now. Maybe I would have, but half as much.

Simply because he couldn't use the colossal advantage of using a native language in programming.