Grid EA

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 5 gün

İş Gereklilikleri

Hello,

I'd like to create a grid/basket EA based on moving averages. 

All buy orders should act as one basket/group. All sell orders should act as a separate basket/group.

======

Here is the logic for opening new baskets/groups:

Open a buy order group - At the start of a new candle if the 6 period EMA is above the 21 period EMA the EA should place one market buy order.

Open a sell order group - At the start of a new candle if the 6 period EMA is below the 21 period EMA the EA should place one market sell order.

There should only ever be one buy order group and one sell order group. For example if our conditions are met to open a new buy order group, but there are previous buy orders still open the EA should not open a new order. The EA should only ever add orders to the buy/sell order groups when it is following the grid rules.

It is ok to have both one buy and one sell order group open at the same time. For example we have one buy order group open. The 6EMA crosses below the 21 period EMA, the EA should open a sell order at the start of the next candle.

======

There should be two options to close orders/groups. 

Option 1: Take profit = when all orders combined = the take profit pips input all orders should close (typical grid/martingale system)

Option 2: Drawdown reduction mode = when drawdown reached a specific %, the EA will close only the oldest and the newest orders. For example we have 5 buy orders open. When order 1 and 5 reaches a specific profit (let's say $1) it will close just order 1 and 5 leaving 2, 3, 4 open. The EA will then work to close 2 & 4 once profit reaches $1 for those two combined orders. If there is an odd number of orders, the last order will also close when it reaches the minimum profit ($1 in this example).

======

Here are the EA input settings:

==General==

Order Type: both / buy only / sell only / none

Use Hedge: yes / no (if yes the EA will allow for both buy and sell order baskets. If no, the EA will only have one basket open - either buy or sell. It will not open an opposite basket, even when the conditions are met)

Start Lot Size: opening order lot size

Use Money Management: true/false 

Money Management Risk %: (calculation for opening lot size if MM is set to true)

Lot Multiplier: the amount to multiply the lot size for orders in the grid

==Grid Settings==

Grid Step: distance between orders in the grid

Grid Step Multipler: multiplier for the grid order distance

TP: take profit for both the first order or the entire grid

SL: stop loss from the first order (example if 200pips is entered, all trades in the grid will be closed once the first order is -200 pips)

==Reduce Downdraw Settings==

Enable DD Reduction: yes / no (if no, TP settings from above will always be used)

DD Percentage Enable: The account drawdown percentage required in order to enable the reduction closing method (as described above)

Profit For Close: the profit needed between the oldest and newest order for the EA to close them

==Other Settings==

Magic Number

Start - End Hour For Trading

Maximum Lot

Maximum Spread


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(243)
Projeler
432
34%
Arabuluculuk
55
36% / 38%
Süresi dolmuş
157
36%
Meşgul
2
Geliştirici 2
Derecelendirme
(48)
Projeler
80
28%
Arabuluculuk
8
75% / 13%
Süresi dolmuş
41
51%
Serbest
3
Geliştirici 3
Derecelendirme
(185)
Projeler
327
32%
Arabuluculuk
33
42% / 27%
Süresi dolmuş
98
30%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(23)
Projeler
45
20%
Arabuluculuk
24
29% / 46%
Süresi dolmuş
12
27%
Serbest
5
Geliştirici 5
Derecelendirme
(68)
Projeler
72
21%
Arabuluculuk
6
50% / 33%
Süresi dolmuş
1
1%
Serbest
6
Geliştirici 6
Derecelendirme
(144)
Projeler
256
35%
Arabuluculuk
12
25% / 58%
Süresi dolmuş
42
16%
Çalışıyor
7
Geliştirici 7
Derecelendirme
(769)
Projeler
1033
44%
Arabuluculuk
50
8% / 50%
Süresi dolmuş
117
11%
Serbest
8
Geliştirici 8
Derecelendirme
(42)
Projeler
88
14%
Arabuluculuk
30
30% / 57%
Süresi dolmuş
36
41%
Çalışıyor
9
Geliştirici 9
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
10
Geliştirici 10
Derecelendirme
(33)
Projeler
49
12%
Arabuluculuk
16
0% / 88%
Süresi dolmuş
10
20%
Serbest
11
Geliştirici 11
Derecelendirme
(48)
Projeler
51
43%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Serbest
12
Geliştirici 12
Derecelendirme
(1857)
Projeler
3460
88%
Arabuluculuk
73
40% / 15%
Süresi dolmuş
265
8%
Serbest
13
Geliştirici 13
Derecelendirme
(96)
Projeler
143
76%
Arabuluculuk
0
Süresi dolmuş
2
1%
Serbest
14
Geliştirici 14
Derecelendirme
(66)
Projeler
143
34%
Arabuluculuk
10
10% / 60%
Süresi dolmuş
26
18%
Serbest
15
Geliştirici 15
Derecelendirme
(266)
Projeler
540
50%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
224
41%
Çalışıyor
16
Geliştirici 16
Derecelendirme
(2434)
Projeler
3066
66%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
340
11%
Serbest
17
Geliştirici 17
Derecelendirme
(563)
Projeler
932
47%
Arabuluculuk
302
59% / 25%
Süresi dolmuş
124
13%
Meşgul
18
Geliştirici 18
Derecelendirme
(87)
Projeler
114
26%
Arabuluculuk
7
29% / 57%
Süresi dolmuş
5
4%
Serbest
Benzer siparişler
Modify MT4 EA 30+ USD
Hello good Day, I would like to make a modification to an mql4 robot that I have and I am sure that by doing a couple of additional things it would be perfect. looking for someone to help me with it, and make sure you understand Spanish because the Mql4 is in Spanish, I need to place a max order, a filter for operating hours, and add a counter order to the grid, that is, when opening the final order "N" of the grid
Hello good Day, I would like to make a modification to an mql4 robot that I have and I am sure that by doing a couple of additional things it would be perfect. looking for someone to help me with it, and make sure you understand Spanish because the Mql4 is in Spanish
I am looking for someone who can implement the attached strategy into an EA. This can be an existing one or a completely new one. The strategy is described in the attachment. If there are any questions, please let me know
Need to amend the following Composite Index indicator ) Double divergence scanner MT5) to ONLY produce an Alert when it follows a Awesome Oscillator (AO) zero line cross. If the AO cross is down the Composite Index (CI) Alert should only occur on Bearish Divergence signals If the AO cross is up the CI Alert should only occur on Bullish Divergence signals Need all timeframes as per existing CI Indicator. When the
Hello there, i need an expert forex developer who is well versed with GALLIEO FX. I purchased a trading bot from this company and due to some reasons I haven't been able to test and run the program properly so I need an expert who can help me to fine tune the bot for me so that bot can provide excellent results. Thank You
I currently have a license code that connects to my web server, and I add the account number, client name, and expiration date. I’d like something more automated. Currently I allow clients 10 licenses, but adding for them on my side can get exhausting. I’d like a better solution for myself and clients
Hi, I am looking for a developer to convert a TV strategy into a Mt4 or Mt5 EA. The strategy is based on the EMA and the CVD volume indicator. I dont have the Mt4 or Mt5 version of these indicators. Copy the code below and place it in your TV to see the strategy. Other features: Stop loss - Option to either use pips of my choosing or close on opposite signal appears. Take profit - Option to either use pips of my
Hi there, I would like an EA based of this indicator in the MQL store located here https://www.mql5.com/en/market/product/110504?source=Site +Profile+Seller#description MACD Signal Indicator by Adam Zolei I would like all the settings to be configurable in the original indicator, with a few extra such as Time Fiter e.g. only trade between these 2 time periods also I want an option to change the candle signal, e.g. if
I need a developer of the robot that shall do the following 1. Makes a minimum of $600 per month with a capital of $60 2. The robot shall be plug and pay (In short it shall analyze the market and execute trades) 3. The robot should be compatible to MT5 Mobile Phone and computer MT5. 4. The robot shall allow me to set date of expiry to any account of broker. The robot shall trade the Market Structure Cheat Codes which
Hi, I have my own strategy and some development done on it. But my developer is not able to solve few errors. Strategy has been built already. Can anyone help me with that

Proje bilgisi

Bütçe
100+ USD
Geliştirici için
90 USD