micro ea

 
I'm looking for coding for an ea that makes hundreds to thousands of trades worth only .1-.50 very quickly, within minutes.  Any help? 
 
If you have a complete strategy in mind you can apply to: Freelance.
Freelance service at MQL5.com
Freelance service at MQL5.com
  • www.mql5.com
Orders for the development of automated trading programs
 
You'll need to understand exactly how you want it to work, then you'll have to translate that operation into mql4 language.. If you want someone to build you an EA, you'll have to tell them specifically how you envision it working, until you can do that its like telling an artist to draw your imaginary friend, we can't see inside your mind.
 

Hundreds to thousands within minutes?

Is your broker  fast enough to handle this?

 
jmcbrine:
I'm looking for coding for an ea that makes hundreds to thousands of trades worth only .1-.50 very quickly, within minutes.  Any help? 

Форум по трейдингу, автоматическим торговым системам и тестированию торговых стратегий

Asynchronous requests to the server

Renat Fatkhullin, 2016.09.25 20:01

Yes, in MQL4 it has long been available to 8 simultaneous trade orders of the experts. And tt will not be decreased.

It is possible to provide 100-200 trade transactions in the second from 8 parallel experts Under ideal conditions on MT4.

The MT5 even from one expert synchronously and consistently without much straining can make 1000 sales transactions per second. If multiple robots, several thousand transactions per second. If asynchronous methods, it is also several thousand per second.

Here is an example from 1000 successive transactions in 1 second on the MetaTrader 5 server MetaQuotes-Demo:




The code is taken from the article Comparison of MQL5 and QLUA - why trading in MQL5 to 28 times faster?


Reason: