
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
MQL server, C# server, multithreading, queue, sync and async. API ready to integrate.
The problem is: Everyone has access to ChatGPT and when you ask it, how to, it comes always with ring-buffer and that stuff. I can ensure you upfront: Its not what will work and also not what you wanna manage later. You will also figure out: Its not what you need, since you update the most of the time, not request.
Nonetheless, this is getting offtopic. How bout you open a new thread and show us how you wanna do it. And dont forget: We talk about a server in MQL, not in C#. Your main question should be first: How to feed, to receive and how to avoid blocking.
Convince me with a stable solution, not with theory.
MQL server, C# server, multithreading, queue, sync and async. API ready to integrate.
Ever done? The operation itself is, but the code up to that point is not. You never know if another thread is not doing the same thing the same time. You need a mutex or system-wide semaphore around to avoid that risk.
>>Have a nice day and leave me be, please.<<
I am happy to do so, since many of your replies were personal and provocative, and only about "I know better no matter what you experienced and no matter what your usecase or criteria based on your experience is"
That is clearly "bad design" in view of communication, it's toxic.
Ever done? The operation itself is, but the code up to that point is not. You never know if another thread is not doing the same thing the same time. You need a mutex or system-wide semaphore around to avoid that risk.
>>Have a nice day and leave me be, please.<<
I am happy to do so, since many of your replies were personal and provocative, and only about "I know better no matter what you experienced and no matter what your usecase or criteria based on your experience is"
That is clearly "bad design" in view of communication, it's toxic.
You are crossing line after line with every posting.
This is a public forum. Are you aware of what you do with all your personal attacks?
You should clearly be no moderator here.
You are crossing line after line with every posting.
This is a public forum. Are you aware of what you do with all your personal attacks?
You should clearly be no moderator here.
Luckily Fernando deleted your last postings after this with further personal offenses and humiliations.
I can just repeat:
You should clearly be no moderator here.Luckily Fernando deleted your last postings after this with further personal offenses and humiliations.
I can just repeat:
You should clearly be no moderator here.If there are actual technical reasons, I’m open to hearing them. If it’s just personal, then that’s not productive.
I don’t dismiss ideas, but they need a concrete, working implementation. If you can show a stable solution that matches or outperforms what I’ve built in real-world conditions, I’ll gladly take a serious look. Theory alone doesn’t help anyone.