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
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:
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...((.
Sorry Nikolai, but those are empty words. It's kind of unusual to hear that from a programmer.
There you go, you're offended.
Come on, - I did it all only because I was working in Russian!
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?
The SWAT team opens the door and looks for a new bar...
Peter, have you ever seen the text of a program for 1C accounting or any other 1C application?
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 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.