Hyperactivity issue

 
Hi all.
I received the attached email from the broker with regards to hyperactivity on the account. Does anyone know of a way to work around this issue. The EA is a tick scalper. Is there a way to reduce messages or bypass them, or if anyone knows of a broker that allows this type of activity then please advise. Thanks in advance.
 
You need to check the Experts tab of your MT4 terminal to see what is the reason for these messages and then repair the cause if it is something to do with your settings or contact the author/seller of the EA if it is coming from the EA itself.
 
Eleni Anna Branou #:
You need to check the Experts tab of your MT4 terminal to see what is the reason for these messages and then repair the cause if it is something to do with your settings or contact the author/seller of the EA if it is coming from the EA itself.
Hi Eleni. I have just checked the experts tab. Its just showing when orders are opened and sl and tp modified by the EA that is all. However there are alot of messages regarding this.
 
Kyle1993 #:
Hi Eleni. I have just checked the experts tab. Its just showing when orders are opened and sl and tp modified by the EA that is all. However there are alot of messages regarding this.

Then this is how this EA works, it probably doing a lot of TP/SL modifications and I can't think how you can change that without changing the way this EA works.

I suggest you to contact the author/seller in any case for some advice on the matter.

If you have issues with hyperactivity, probably other users in other brokers will have too.

 
Kyle1993:
Hi all.
I received the attached email from the broker with regards to hyperactivity on the account. Does anyone know of a way to work around this issue. The EA is a tick scalper. Is there a way to reduce messages or bypass them, or if anyone knows of a broker that allows this type of activity then please advise. Thanks in advance.

In my opinion, this is just a farce by the broker. It is 2024, the era of 5G and AI, and the broker's server is overloaded by 2000 intermittent messages in one day. Ridiculous.

MetaQuotes should remove this limit in the next MT5 build.

 
kevinnguyen2022 #:

In my opinion, this is just a farce by the broker. It is 2024, the era of 5G and AI, and the broker's server is overloaded by 2000 intermittent messages in one day. Ridiculous.

MetaQuotes should remove this limit in the next MT5 build.

my experience with "a broker" is over 7 years old now, however, I would receive the same hyperactivity messages when I traded my ea on demo account; but when I traded it on a real-live account. I did NOT receive those same messages despite trading the same bot. I recommend that you search the web for complaints of that broker and search specificly for hyper activity messages and live trading.

 

We can't see your code. We can only guess.

  1. Stop deleting and adjusting orders. There is no need to create pending orders in code.

    1. The pending has the slight advantage, A) you are closer to the top of the queue (filled quicker), B) there's no round trip network delay (filled quicker.)

      Don't worry about it unless you're scalping M1 or trading news.

    2. Humans can't watch the screen 24/7, so they use pending orders; EAs can, so no need for pending orders, have it wait until the market reaches the trigger price and just open an order.

  2. Only move the SL at least a point, maybe two.