-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you have a lot of orders DWX_GetOpenOrders does not return anything #36
Comments
Hi @tfmf , Great to hear you were able to scale the order frequency! Would you be kind enough to share your modified code here? We'll review and commit as necessary to benefit the rest of the userbase 🙂 Many thanks! |
I tried to do a pull request, but it seems you guys have it blocked, bellow you can find the changes. Notice a new pub port and a function
|
If you try for example to open 50 trades you won't be able to return all open orders due to the string limitation of MQL4, a did a hack which is putting all orders in one array and then publish one by one and on the client-side you will get each order separately.
The text was updated successfully, but these errors were encountered: