Grid EA

MQL4 Experten

Auftrag beendet

Ausführungszeit 5 Tage

Spezifikation

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


Bewerbungen

1
Entwickler 1
Bewertung
(249)
Projekte
446
34%
Schlichtung
56
36% / 38%
Frist nicht eingehalten
164
37%
Beschäftigt
2
Entwickler 2
Bewertung
(48)
Projekte
80
28%
Schlichtung
8
75% / 13%
Frist nicht eingehalten
41
51%
Frei
3
Entwickler 3
Bewertung
(185)
Projekte
327
32%
Schlichtung
33
42% / 27%
Frist nicht eingehalten
98
30%
Arbeitet
4
Entwickler 4
Bewertung
(23)
Projekte
45
20%
Schlichtung
24
29% / 46%
Frist nicht eingehalten
12
27%
Frei
5
Entwickler 5
Bewertung
(68)
Projekte
72
21%
Schlichtung
6
50% / 33%
Frist nicht eingehalten
1
1%
Frei
6
Entwickler 6
Bewertung
(145)
Projekte
258
35%
Schlichtung
12
25% / 58%
Frist nicht eingehalten
42
16%
Frei
7
Entwickler 7
Bewertung
(769)
Projekte
1033
44%
Schlichtung
50
8% / 50%
Frist nicht eingehalten
117
11%
Frei
8
Entwickler 8
Bewertung
(42)
Projekte
88
14%
Schlichtung
31
29% / 55%
Frist nicht eingehalten
36
41%
Arbeitet
9
Entwickler 9
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
10
Entwickler 10
Bewertung
(33)
Projekte
49
12%
Schlichtung
16
0% / 88%
Frist nicht eingehalten
10
20%
Frei
11
Entwickler 11
Bewertung
(48)
Projekte
51
43%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
0
Frei
12
Entwickler 12
Bewertung
(1860)
Projekte
3463
88%
Schlichtung
73
40% / 15%
Frist nicht eingehalten
265
8%
Arbeitet
13
Entwickler 13
Bewertung
(96)
Projekte
143
76%
Schlichtung
0
Frist nicht eingehalten
2
1%
Frei
14
Entwickler 14
Bewertung
(66)
Projekte
143
34%
Schlichtung
10
10% / 60%
Frist nicht eingehalten
26
18%
Frei
15
Entwickler 15
Bewertung
(267)
Projekte
542
50%
Schlichtung
55
40% / 36%
Frist nicht eingehalten
225
42%
Arbeitet
16
Entwickler 16
Bewertung
(2444)
Projekte
3081
66%
Schlichtung
77
48% / 14%
Frist nicht eingehalten
340
11%
Frei
17
Entwickler 17
Bewertung
(564)
Projekte
933
47%
Schlichtung
302
59% / 25%
Frist nicht eingehalten
125
13%
Beschäftigt
18
Entwickler 18
Bewertung
(87)
Projekte
114
26%
Schlichtung
7
29% / 57%
Frist nicht eingehalten
5
4%
Frei
Ähnliche Aufträge
Dear All, I need an RISK to REWARD Ratio expert advisor for top to bottom, support and resistance and order block strategy. If the developer has any good risk to reward strategy, I will apprecaite. Kindly provide me the EA, I will test it on my demo account from Monday till friday - And the payment gets released on Friday upon the results The EA should also be able to give TRUE and honest back test results. The ea
I am looking for a skilled and experienced programmer proficient in MQL4 to help me transform my trading strategy into a fully automated trading bot for the MetaTrader 4 platform. The ideal candidate will have a strong understanding of algorithmic trading, risk management, and the nuances of trading across different timeframes. **Project Details:** - **Strategy Explanation**: I will provide a detailed explanation of
Hello, I am looking for a programmer who can develop or already has an EA in their portfolio that works with the Breakout technique. It must have the ability to select the candles on which to calculate the highs and minis, it must give the ability to set the time of day in which to enter pendindig orders and if present also a chart panel seems welcome. It must be performant and already with SET file ready
The EA should have the input of the indicator for i will be putting my own settings Buy/sell order conditions to be met before an order is executed 1. BUY ORDERS; a weak/strong low signal appears and must be touching/sitting on a previous buy order block while discount lower band block is also touching the previous buy OB 2. Trade per OB: in the EA input it should have an option of trade per OB and the no.of trades
Please kindly assist me to modify my EA for free. The EA is working already working on candlestick patterns and staking position. So modify it if the reversal candlestick closed, open a pending limit positions on the OB/FVG on any time frame of my choice on the input parameters H1 , H4 or D1 , before it starts staking positions on M5,M15 TF
I have created a Timeframe Panel indicator in mql5. The indicator scans for all open charts on the platform and it creates a panel that contains all the open symbols and next to it it contains all the timeframes for each symbol. When i attach the indicator to 4-5 charts then it makes many times the chart to freeze and the price feed of the chart stops. I want an experienced mql5 to make the indicator not to freeze
Hi, I will use: 5 indicators to find main trend , 5indicators to find current trend, find pivot point, support/resistance, reversel candle then entry.......indicators are available on mt5. *Dashboard chart will show on the chart as all indicators result,,,,as MA,MACD, bullish or bearish ,,,,add all others features days of trading,,,,hrs,,,etc
Ea already has it way of placing order by putting pending orders when candle open in the direction of the previous candle .All function of the ea should be maintained nothing should change. I want ea should have a compounding order function,which allow ea place multiple pending order in the form of grid with a compounding pips interval function(the distance between two pending orders) in accordance to original ea
I want Ea tht will work on boom and crash only. The ea must work in m1 / m5 and it must scalp . I want the ea grow small account like 10 usd to 100/50 usd daily.. boom and crash no loss . The developer must came with the strategy... this ea is for small account
I need someone who can get a very profitable set-file for my EA I have an EA which opens trade after every candle or only once a signal is confirmed if selected. The EA can switch from selling to buying using MA depending on the trend. The EA can generate signals from more than one time frame if selected before executing trades. For example, it can analyse H1,M30,M15,M5 and enter trades if all the signals are in one

Projektdetails

Budget
100+ USD
Für die Entwickler
90 USD