
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
Put it in, tested it, it doesn't work
It's always showing false.You obviously do not know how to read codes. )) Where does she devour them?
in Karaganda.
in karaganda
I wonder if anyone really has that much?
I've got 16 - and I'm already wondering if it's too much of a load?
I have a minimum timeframe of M15... But still, I wonder when the load on the terminal starts to be critical ?
My client asks me to check and scan all symbols on the server at every tick. And there are not many, not few, but 10 230... That's where the problem lies...
I have a customer asking me to check and scan on every tick all the characters on the server. And there are not many, not few, but 10,230... That's the problem...
Is there any confusion? Maybe it's in the Ulan-Ude?
I was thinking that if a person really has 600 instruments in the market overview and on every tick he checks the arrival of a new bar for each instrument and each timeframe, it may be expensive...
I myself don't trade, so I don't know exactly how many times this function should be called in practice.
The double loop on symbols and timeframes in the new bar function may increase the load only if the number of symbols and timeframes is very large and the function is called on each tick of hundreds of symbols. Perhaps Dmitry is right then.
I have shortened one loop in the function.
I remember, there was a limit of the maximum number of symbols in the Market Watch window to 1024. Doesn't it exist now? You can have 10 thousand as well?
Forum on trading, automated trading systems and trading strategy testing
Mt4 End of Support.
Artyom Trishkin, 2017.09.11 14:37
I have a customer asking me to check and scan on every tick all symbols on the server. And there are not many, not few, but 10,230... That's where the problem lies...
Here's the new version. It's not final.
Have you succeeded or not yet?
Peter, it's not working for me either. Although the algorithm is quite fast, it's a waste of time. But it's not working yet. No time to figure it out.
Your programming style is strange. You may put all this stuff with all variables and loops from OnInit and OnTimer into one procedure. If someone wants to use it, all this stuff will get in the way. What if there will be 20 or more procedures with the same contents? It is implementedhere .
I was thinking that if a person really has 600 instruments in the market overview and on every tick he checks the arrival of a new bar for each instrument and each timeframe, it might be expensive...
I myself don't trade, so I don't know exactly how many times this function should be called in practice.
The double loop on symbols and timeframes in the new bar function may increase the load only if the number of symbols and timeframes is very large and the function is called on each tick of hundreds of symbols. Perhaps Dmitry is right then.
I have shortened one cycle in the function.
Sincerely.