Simple low risk martingale EA

MQL4 Experts Forex

Trabalho concluído

Tempo de execução 53 segundos
Comentário do desenvolvedor
Thank you!
Comentário do cliente
The developer was very fast and efficient in implementing my trading strategy! Furthermore, he was very polite and immediately grasped the idea of the EA, which made it a very pleasant cooperation.

Termos de Referência

Short Description:

The EA trades one specific forex pair in a low-risk Martingale way. The trade direction is random.

 

Martingale Money Management:

The core of the EA consists of a row of 10 equal numbers that represent the lot sizes.

For example: 1 – 1 – 1 – 1 – 1 – 1 – 1 – 1 – 1 – 1.

The EA trades in «runs». Once a run is finished, it starts the next run.

 

In each run, the row of 10 equal numbers (lot sizes) is cleared.

 

This clearing of the row happens as follows: For the first trade (and all others), the two outer numbers are summed up (here: 1 + 1 = 2). A trade (for example, EUR/USD) with a random direction (for example, BUY) and the calculated lot size of 2 is entered. SL and TP have the same distance, so that there’s always a chance of 50% to lose or win the trade.

 

In case the first trade is won, the two outer numbers of the row are cleared (deleted), resulting in 8 numbers left:

1 – 1 – 1 – 1 – 1 – 1 – 1 – 1

 

In case the first trade is lost, the lot size of the lost trade (2) is added to the end of the row, resulting in 11 numbers left:

1 – 1 – 1 – 1 – 1 – 1 – 1 – 1 – 1 – 1 – 2

 

From here, this procedure is being repeated until the row is empty:

 

In case the first trade was won, the two outer numbers of the row are summed up (1 + 1 = 2) and a trade is placed accordingly (2 lots, random direction).

 

In case the first trade was lost, the two outer numbers of the row are summed up (1 + 2 = 3) and a second trade is placed accordingly (3 lots, random direction).

 

If this third trade has also been lost, the lot size number (3) would be added to the end of the row and the next trade would be 4 lots (3 + 1 = 4):

1 – 1 – 1 – 1 – 1 – 1 – 1 – 1 – 1 – 1 – 2 – 3

 

 

The Martingale logic: As a won trade clears two numbers, but a lost trade only adds one number to the row, it takes on average 20 trades to clear the row. (Every trade has a 50% chance of winning/losing). There’s a profit factor of 1.5.

 

The Details:

 

(a) The EA only trades the chart (forex pair) it has been placed on. However, it should be possible to place the EA on multiple charts within a single MT4 platform, so the use of magic numbers might be needed (you’re the expert here).

 

(b) The randomness of the trades should be based on a random generator, not simply alternating buy and sell orders.  

 

(c) SL and TP are not hidden, they’re communicated to the broker.

 

(d) SL and TP values in pips can be specified inside the EA. As SL and TP always have the same values, only one field is needed here.

 

(e) There should be a pause between the trades, which can be specified within the EA in minutes.  

 

(f) As already mentioned above, the EA never stops trading: Once a run is finished (that is, once the row is cleared), I will start the next run with the next 10 number row.

 

(g) The 10 lot sizes in the (initial) row (1 in our example above) can be specified within the EA in absolute numbers.



Respondido

1
Desenvolvedor 1
Classificação
(10)
Projetos
25
28%
Arbitragem
2
0% / 0%
Expirado
1
4%
Carregado
2
Desenvolvedor 2
Classificação
(330)
Projetos
358
53%
Arbitragem
5
80% / 20%
Expirado
1
0%
Livre
3
Desenvolvedor 3
Classificação
(16)
Projetos
25
0%
Arbitragem
1
0% / 0%
Expirado
0
Trabalhando
4
Desenvolvedor 4
Classificação
(12)
Projetos
14
0%
Arbitragem
0
Expirado
3
21%
Trabalhando
5
Desenvolvedor 5
Classificação
(97)
Projetos
135
52%
Arbitragem
4
50% / 50%
Expirado
0
Trabalhando
6
Desenvolvedor 6
Classificação
(64)
Projetos
103
31%
Arbitragem
1
100% / 0%
Expirado
2
2%
Trabalhando
7
Desenvolvedor 7
Classificação
(95)
Projetos
117
38%
Arbitragem
9
89% / 0%
Expirado
0
Livre
8
Desenvolvedor 8
Classificação
(61)
Projetos
188
73%
Arbitragem
4
100% / 0%
Expirado
1
1%
Livre
9
Desenvolvedor 9
Classificação
(126)
Projetos
160
42%
Arbitragem
20
60% / 20%
Expirado
9
6%
Trabalhando
10
Desenvolvedor 10
Classificação
(202)
Projetos
206
27%
Arbitragem
0
Expirado
3
1%
Livre
11
Desenvolvedor 11
Classificação
(71)
Projetos
80
10%
Arbitragem
36
8% / 53%
Expirado
6
8%
Trabalhando
12
Desenvolvedor 12
Classificação
(27)
Projetos
27
26%
Arbitragem
2
0% / 50%
Expirado
1
4%
Livre
13
Desenvolvedor 13
Classificação
(44)
Projetos
60
53%
Arbitragem
3
0% / 0%
Expirado
1
2%
Trabalhando
14
Desenvolvedor 14
Classificação
(304)
Projetos
509
47%
Arbitragem
29
10% / 45%
Expirado
138
27%
Livre
15
Desenvolvedor 15
Classificação
(109)
Projetos
139
43%
Arbitragem
19
16% / 53%
Expirado
20
14%
Carregado
16
Desenvolvedor 16
Classificação
(472)
Projetos
534
33%
Arbitragem
27
41% / 44%
Expirado
8
1%
Ocupado
17
Desenvolvedor 17
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
18
Desenvolvedor 18
Classificação
(480)
Projetos
509
53%
Arbitragem
10
60% / 20%
Expirado
3
1%
Livre
19
Desenvolvedor 19
Classificação
(37)
Projetos
59
27%
Arbitragem
25
20% / 52%
Expirado
10
17%
Trabalhando
20
Desenvolvedor 20
Classificação
Projetos
1
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
21
Desenvolvedor 21
Classificação
(2438)
Projetos
3070
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
22
Desenvolvedor 22
Classificação
(38)
Projetos
40
25%
Arbitragem
23
13% / 74%
Expirado
8
20%
Trabalhando
23
Desenvolvedor 23
Classificação
(11)
Projetos
13
38%
Arbitragem
0
Expirado
2
15%
Livre
24
Desenvolvedor 24
Classificação
(119)
Projetos
169
38%
Arbitragem
9
78% / 22%
Expirado
15
9%
Livre
Pedidos semelhantes
The goal is that if SL changes, TP1 and only TP1 changes by the same distance as SL. If there's also TP2, TP3 or TP4, then those levels aren't modified
Forex boy 30 - 200 USD
Im am a forex trader who sell signals for free anyone who want to get free signals must contact me now or forever loss your money on trading platforms so think now or dont im just doing you a favour guys and girls
EA's logic and trade 100 - 1200 USD
Good day, I hope this message finds you well. I would like to request the development of an Expert Advisor (EA) for MetaTrader, based on two specific indicators: the Trend Path indicator and the Diamond Reversal indicator. Below are the details for the EA's logic and trade execution criteria: Sell Trade Criteria: Indicators and Signals: Trend Path Indicator : Shows a red trend. Diamond Reversal Indicator : Provides a
Pls the bot take trade from any arrow indicator on the chart with buffer value buy or sell to place trade . The bot have 5 indicator filter to filter trade like rsi , sma , awesome oscillator, parabolic sar and ichimoku before the bot place trade. pls for detail about the bot and filter pls check the screenshot file
our exciting software developer isnt responding to the bugs he made in the mt5 ea now we need somebody for the long run that can fix the bugs and also add additional fuction in the future feel free to contact me
Hello, same as title. I do not care about the drawdown I just need a trading strategy that can do 100% return per month return, simple as that. It would be nice if it can be automated into a bot/EA. Most important is the return of at least 100% per month!!! The strategy you provide need to be tested and work fine and have been doing well in the live market by you or someone for a long time. To be clear again - I need
Converting MT4 indicator to work as an MT5 indicator. I need you to translate the MQL4 to MQL5. I want to use this indicator in the Metatrading 5 platform on all currencies futures and indices. I need the work done in the next 5days
I am looking for high accuracy mt4 indicators (non repainting) or high profit bots. Do you have any such products? I am not looking to have anything built for me. I am only interested in products already built that have excellent track record (with proof)
Good day, I hope this message finds you well. I would like to request the development of an Expert Advisor (EA) for MetaTrader, based on two specific indicators: the Trend Path indicator and the Diamond Reversal indicator. Below are the details for the EA's logic and trade execution criteria: Sell Trade Criteria: Indicators and Signals: Trend Path Indicator : Shows a red trend. Diamond Reversal Indicator : Provides a
Hello great developer Attached is the code I would like to have converted from pine script to mt4. It's a simple indicator. i will be looking for great developer that will bid for this project peace be unto you thanks

Informações sobre o projeto

Orçamento
400+ USD
IVA (19%): 76 USD
Total: 476 USD
Desenvolvedor
360 USD