Broker busy
-
If i understand it right, at the last block (buy,sell and close trades) it try many times under a short period of time if the order dont get through at the first time?
If so, would it be possible to add an option to this blocks how many times it will try or a delay in seconds between each try?
The problem is that it fills up the logs if the broker having problem or the spread is to big
(and i get an e-mail from one broker that it can happen that EA-trading is stopped during news) -
There are different kind of error situations and for each of them different delays should be used... probably. And yes, if the server is busy now, it can be busy for some more time, and I have not added any delay for this case. What value sounds good in your opinion?
I think I will add 500 ms or even 1000 ms delay in most cases. -
" 500 ms or even 1000 ms delay in most cases."
Yes, something like that should be ok?
-
I changed things a little bit for the web version, you can try it.