How to make multiple orders at once

 
Hi guys I am looking for a MT5 utility that enables me to open the same trade an x amount of times instantly. FOR example if I buy 100 lots of EUR/USD i want it to automatically open 4 other buy positions of the same volume at the same price. Then when i close the main trade or modify it with a SL or TP i want it to automatically be applied to the other copied trades as well. My broker has a volume limit of 100 lots per trade and a maximum of 200 orders. So I want to open positions that are in excess of 100 lots and the only way for me to do that is to open multiple orders at the same price. Is there any EA or utility that can assist me with this ?
 
rojanjameson:
Hi guys I am looking for a MT5 utility that enables me to open the same trade an x amount of times instantly. FOR example if I buy 100 lots of EUR/USD i want it to automatically open 4 other buy positions of the same volume at the same price. Then when i close the main trade or modify it with a SL or TP i want it to automatically be applied to the other copied trades as well. My broker has a volume limit of 100 lots per trade and a maximum of 200 orders. So I want to open positions that are in excess of 100 lots and the only way for me to do that is to open multiple orders at the same price. Is there any EA or utility that can assist me with this ?

You can find such utilities in the Market.

We are not allowed to discuss or suggest products in the forum.

 
Eleni Anna Branou:

You can find such utilities in the Market.

We are not allowed to discuss or suggest products in the forum.

I have looked in the market however was unable to find one. How much would a developer charge to make me something of that sort ?
 
rojanjameson:
I have looked in the market however was unable to find one. How much would a developer charge to make me something of that sort ?

You can post it as a job in Freelance and see.

As far as I know there are such utilities in the Market.

 
rojanjameson:
Hi guys I am looking for a MT5 utility that enables me to open the same trade an x amount of times instantly. FOR example if I buy 100 lots of EUR/USD i want it to automatically open 4 other buy positions of the same volume at the same price. Then when i close the main trade or modify it with a SL or TP i want it to automatically be applied to the other copied trades as well. My broker has a volume limit of 100 lots per trade and a maximum of 200 orders. So I want to open positions that are in excess of 100 lots and the only way for me to do that is to open multiple orders at the same price. Is there any EA or utility that can assist me with this ?
Hello, i am currently looking for the same. Since my reply is so many years after your query, i am wondering whether you over got the utility you were looking for in the market and could be of help. Thank you
 
@OC147960 #: Hello, i am currently looking for the same. Since my reply is so many years after your query, i am wondering whether you over got the utility you were looking for in the market and could be of help. Thank you

An answer was already given, but here it again ...

You can either look at the Codebase if something free already exists, or in the Market for paid products (also sometimes free).

However, recommendations or suggestions for Market products are not allowed on the forum, so you will have to do your own research.

Finally, you also have the option to hire a programmer in the Freelance section.

 

You can use a simple free copier (Google it), the aim is to copy your (manual) order onto your own account, doesn't work with EAs of course.

You need several mt4/5 instances logged on your account, on your main instance install the copy sender using as many channels you need -> 3 times for 4 orders, 1+3=4

In my case: copy1, copy2... Pending orders yes, lot multiplier 1.

In each other instance install a copier receiver but be aware that you have to filter to copy manual trades ONLY, otherwise your are going to ceate an infinite loop!

Receiver settings: Ignore all exit signal: yes coz I prefer to close them one by one, if you want to synchronize chose no.

Trade all orders at market: yes

MagicNumber: 0 this means you're copying ONLY manual orders

... and many other options depending on your copier.

Test with demo account first, I'm using this for years, unable to find such an EA to make this.

 
MICHEL EDOUARD M ROELANS #:

You can use a simple free copier (Google it), the aim is to copy your (manual) order onto your own account, doesn't work with EAs of course.

You need several mt4/5 instances logged on your account, on your m ain instance install the copy sender using as many channels you need -> 3 times for 4 orders, 1+3=4

In my case: copy1, copy2... Pending orders yes, lot multiplier 1.

In each other instance install a copier receiver but be aware that you have to filter to copy manual trades ONLY, otherwise your are going to ceate an infinite loop!

Receiver settings: Ignore all exit signal: yes coz I prefer to close them one by one, if you want to synchronize chose no.

Trade all orders at market: yes

MagicNumber: 0 this means you're copying ONLY manual orders

... and many other options depending on your copier.

Test with demo account first, I'm using this for years, unable to find such an EA to make this.

You can use free copyeditors in the form of EA, can't you? 
 
RafaelMRS #:
You can use free copyeditors in the form of EA, can't you? 
What do you mean by "copyeditor". Google "mt4/5 free copier"...