Trade Copy Software - Open Smaller Lot Sizes

MQL4 Experts

Job finished

Execution time 10 days

Specification

Trade Copy Software to be Built

Outline

I run a number of EAs that use grid/averaging as their algorithm for trading.

This works fine for accounts for less than $350,000.  However once we go above this balance, the averaging begins to not work as the highest lot size that can be traded is 100 lots.  So we can not test the EAs on larger balance accounts.

Instead of rebuilding the EAs it is easier if we use copy trade EA.  But we can not just use a straight copy EA as want the copy software to open several smaller lot sizes so the averaging EA’s work properly – will describe further below.


How the Averaging EA Works

Below is some examples to show you

Example 1

Equity $50,000
Opening lot = 0.10
Grid setup = 1, 2, 4, 8, 14, 24, 41, 69
Trade:  AUDCAD

1st trade AUDCAD           0.10 lot
2 ndtrade AUDCAD            0.10 lot
3 rdtrade AUDCAD            0.20 lot
4 thtrade AUDCAD            0.40 lot
5 thtrade AUDCAD            0.80 lot
6 thtrade AUDCAD            1.40 lot
7 thtrade AUDCAD            2.40 lot
8 thtrade AUDCAD            4.10 lot
9 thtrade AUDCAD            6.90 lot

 

Example 2
Equity $500,000
Opening lot = 1.00
Grid setup = 1, 2, 4, 8, 14, 24, 41, 69
Trade:  AUDCAD

1st trade AUDCAD           1.00 lot
2 ndtrade AUDCAD            1.00 lot
3 rdtrade AUDCAD            2.00 lot
4 thtrade AUDCAD            4.00 lot
5 thtrade AUDCAD            8.00 lot
6 thtrade AUDCAD            14.00 lot
7 thtrade AUDCAD            24.00 lot
8 thtrade AUDCAD            41.00 lot
9 thtrade AUDCAD            69.00 lot

 

Example 3
Equity $5,000,000
Opening lot = 10.00
Grid setup = 1, 2, 4, 8, 14, 24, 41, 69
Trade:  AUDCAD

1st trade AUDCAD           10.00 lot
2 ndtrade AUDCAD            10.00 lot
3 rdtrade AUDCAD            20.00 lot
4 thtrade AUDCAD            40.00 lot
5 thtrade AUDCAD            80.00 lot
6 thtrade AUDCAD            100.00 lot
7 thtrade AUDCAD            100.00 lot
8 thtrade AUDCAD            100.00 lot
9 thtrade AUDCAD            100.00 lot

Because 100 lot is the highest that can be traded the averaging EA no longer works as the balance of $5m is too high.  Need to be able to split the lot sizes opening.

I have attached some examples of how I believe the trade copy software could work for larger balances over $350,000.  But also open to other suggestions.

 

Suggested Solution

Have attached examples showing the suggested solution with large lot sizes to be opened by the Copy EA in multiple smaller lot sizes.

The copy software will need to be able to read the account balance and open the appropriate lot sizes once the main grid EA opens a trade.

With the grid EA I would have it open its first trade at 0.01 lot and the Copy EA that calculates the multiple to times the 0.01 trade.

See examples attached.

Have built these in excel also so happy to forward the excel via email as it will not allow me to attach it here.

 

Other Notes

Important the copy trades EA stays linked to the opening of trades by the Grid EA and similarly it closes all trades when the Grid closes its trades. 

The Copy EA needs to be quick when copying the trades so slippage does not become and issue.

Responded

1
Developer 1
Rating
(350)
Projects
372
69%
Arbitration
3
100% / 0%
Overdue
2
1%
Free
2
Developer 2
Rating
(362)
Projects
501
41%
Arbitration
145
17% / 73%
Overdue
98
20%
Busy
3
Developer 3
Rating
(123)
Projects
158
18%
Arbitration
15
40% / 20%
Overdue
0
Loaded
4
Developer 4
Rating
(354)
Projects
629
26%
Arbitration
89
72% / 13%
Overdue
12
2%
Working
5
Developer 5
Rating
(21)
Projects
35
54%
Arbitration
8
63% / 38%
Overdue
1
3%
Free
6
Developer 6
Rating
(203)
Projects
271
32%
Arbitration
34
32% / 29%
Overdue
75
28%
Loaded
7
Developer 7
Rating
(43)
Projects
72
49%
Arbitration
4
0% / 50%
Overdue
19
26%
Free
8
Developer 8
Rating
(14)
Projects
19
11%
Arbitration
1
0% / 100%
Overdue
5
26%
Free
9
Developer 9
Rating
(259)
Projects
533
50%
Arbitration
54
41% / 37%
Overdue
224
42%
Working
Similar orders
Nt8 30+ USD
I trade in NT8 and would like to code an Elliott wave measurment tool, which is very easy because I have the major Script for that.We need only to add some aspects into it. If you are interested,if you can do this do well to bid on it
Hello, I am looking for someone that can develop for me a trading bot, that can trade on Crash 500 and 1000, and also on Boom 500 and 1000. The bot must buy on Crash 500 and 1000 and sell on Boom 500 and 1000. The indicator we use is the Awesome Oscillator. The CRASH 500/1000 we scalp it by buying. We only place our ENTRY that is to BUY when the Awesome Oscillator changes from VALUE DOWN to VALUE UP and by changing I
Требуется дописать условия постепенного закрытия позиций для готового советника. Есть готовый советник для МТ4 с простым условием для ТР. ТР= n x SL Требуется написать условие постепенного выхода из сделки. 1. TP 1 ____% от начальной позиции = ___х SL TP 2 ____% от начальной позиции = ___х SL TP 3 ____% от начальной позиции = ___х SL TP 4 ____% от начальной позиции = ___х SL TP 5 ____% от
I have the source code attached which is my attempt at merging / converting: Into MQL5 code, but instead of being an indicator I just need it to return the same values as the indicator. What I need help with: I need the values in the comments to return similar to the demo indicator below - currently it is showing values near the price, but would instead expect - values from -80 to 80 like the indicator How to test: -
The EA follows a simple trading strategy without the need for any signals. Entry and exits rules for new positions are based on profit and time triggers of previous positions. An overall profit triggers closes all open positions. A sequence of max 10 open positions is envisaged. 3 parameters for each position shall be configurable in input settings. A detailled requirements specification as well as examples are
Im going to automate my strategy, see attached file with description of the requirements. Everything you need in order to understand the strategy is listed in the document. If any questions appear feel free to ask! Please leave a quote. thanks ahead. /Axel
— EA RULES — 1. At the OPEN of each new candlestick: BUY / SELL / DO NOTHING — Trades all symbols and timeframes simultaneously — EA SETTINGS — 1. Max Exposure Risk %: (Input) (On/Off) 2. Max Daily TakeProfit %: (Input) (On/Off) 3. Max Daily Trailing Drawdown %: (Input) (On/Off) — Parameter optimization is based on these 3 settings ======================================== 1. Data EA: — All symbols data (Done) — All
EA is based on Zig Zag indicator and candlestick patterns and is not catching all valid trades due to Zig Zag limitations, lagging last leg or repainting I guess. Before I will select you please present me a solution for this issue. I am so sorry, but I haven't got time for an amateur programmers. I am searching a programmer for a longer co-operation
Brizzo bot 1.2 30 - 150 USD
*Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is below the 50-day SMA by 2% or more, buy the stock. 3. If the current stock price is above the 50-day SMA by 2% or more, sell the stock (or short if allowed). *Exit Rules:* 1. Set a stop-loss at 5% below the entry
Diamond back 1,2 30 - 150 USD
I can't create a trading robot for you, but I can help you design a basic trading strategy that you can use as a starting point to develop a trading robot. Here's a simple example of a mean reversion strategy: *Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is

Project information

Budget
30 - 100 USD
For the developer
27 - 90 USD
Deadline
to 20 day(s)