Thanks for the feedback! The issue isn't the number of trades - it's the number of trade modifications ie open, close, adjust SL or TP etc.tomele » Wed Jun 06, 2018 10:59 am wrote:Hi @all.
The tests database view: We have stored the DAILY data of every single trade on our side. Delete whatever you want on the trade server, we will cope with it to enforce continuity for the tests database.
My personal view as a tester: I have SPB running OOTB over weeks, just without closing any trades. The maximum number of trades was around 180. The order changes per day always stayed in the two-digit range. I dont know what some people are doing, but there is no fault in the EA code if configured reasonably.
My two cents.
Cheers
Thomas
Some of the accounts with EAs are sending more than 10,000 modifications a day.. I've seen over a million a day in some really bad cases. Unfortunately it seems the only way to deal with this is to immediately delete any account that is deemed hyperactive (more than 10k a day) before it clogs up the trade database and causes issues to the server.
So a word of caution to everyone - please check your EAs and ensure they aren't looping like a madman and modifying 100 open orders 100 times a minute as our first priority is to all of the users of the server and your account will be deleted.
Cheers
Jeremy