Create Martingale Grid EA

MQL4 Experts

Trabalho concluído

Tempo de execução 3 dias
Comentário do cliente
Repeat order. Good Programmers
Comentário do desenvolvedor
thanks you

Termos de Referência

Create martingle grid EA with my own logic.               Add Moving Avarage Filter.                                           2 engine with same logic.                                        Sl TP by $ amount.                                                       Profit loss Dashboard                                                Virtual all trade close   Button 

Respondido

1
Desenvolvedor 1
Classificação
(21)
Projetos
20
10%
Arbitragem
2
50% / 50%
Expirado
0
Livre
2
Desenvolvedor 2
Classificação
(187)
Projetos
266
22%
Arbitragem
17
65% / 18%
Expirado
1
0%
Trabalhando
3
Desenvolvedor 3
Classificação
(330)
Projetos
418
22%
Arbitragem
45
60% / 22%
Expirado
48
11%
Trabalhando
4
Desenvolvedor 4
Classificação
(240)
Projetos
377
17%
Arbitragem
24
38% / 29%
Expirado
19
5%
Carregado
5
Desenvolvedor 5
Classificação
(2)
Projetos
5
0%
Arbitragem
1
0% / 100%
Expirado
1
20%
Trabalhando
6
Desenvolvedor 6
Classificação
(36)
Projetos
44
23%
Arbitragem
5
40% / 60%
Expirado
5
11%
Trabalhando
7
Desenvolvedor 7
Classificação
(15)
Projetos
19
37%
Arbitragem
2
50% / 50%
Expirado
0
Livre
8
Desenvolvedor 8
Classificação
(67)
Projetos
114
34%
Arbitragem
1
100% / 0%
Expirado
3
3%
Trabalhando
9
Desenvolvedor 9
Classificação
(1120)
Projetos
1487
46%
Arbitragem
49
73% / 12%
Expirado
37
2%
Trabalhando
10
Desenvolvedor 10
Classificação
(38)
Projetos
40
25%
Arbitragem
23
13% / 74%
Expirado
8
20%
Carregado
11
Desenvolvedor 11
Classificação
(19)
Projetos
33
55%
Arbitragem
5
80% / 20%
Expirado
3
9%
Livre
12
Desenvolvedor 12
Classificação
(2)
Projetos
2
0%
Arbitragem
3
0% / 67%
Expirado
1
50%
Trabalhando
13
Desenvolvedor 13
Classificação
(1)
Projetos
1
0%
Arbitragem
0
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
(72)
Projetos
80
10%
Arbitragem
36
8% / 53%
Expirado
6
8%
Trabalhando
15
Desenvolvedor 15
Classificação
(66)
Projetos
201
72%
Arbitragem
4
100% / 0%
Expirado
1
0%
Trabalhando
16
Desenvolvedor 16
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
17
Desenvolvedor 17
Classificação
Projetos
1
0%
Arbitragem
3
0% / 33%
Expirado
0
Trabalhando
18
Desenvolvedor 18
Classificação
(6)
Projetos
7
14%
Arbitragem
2
50% / 0%
Expirado
0
Trabalhando
19
Desenvolvedor 19
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
20
Desenvolvedor 20
Classificação
(10)
Projetos
17
24%
Arbitragem
3
67% / 33%
Expirado
2
12%
Livre
Pedidos semelhantes
Looking for an experienced developer to build a high-frequency trading (HFT) bot for cTrader. The bot should execute trades quickly and accurately in volatile markets. If you have expertise in cTrader API and creating HFT solutions, please reach out with your portfolio and experience
Need help to improve existing indicator to become EA. This indicator will open position when all conditions of a good entry are met. It can help with opening and closing of entries at the most safest and profitable times
Bot casino 30+ USD
Cómo si nombre lo indica, necesito crear un EA tipo casino. Operativa: 1. Abrir dos operaciones al mismo tiempo, una de compra y una de venta 2. Usar MG 3. Abrir maximo 20 operaciones 4. El EA trabajar para cuentas centavo 5. Abrir una nueva operación MG cada 10 pips 6. Cerrar operación con una utilidad de 15 pips 7. MQL4 8.que funcione igual para cualquier par La estrategia es muy sencilla, como se indica en su
double baseLotSize = 0.1; double currentLotSize = baseLotSize; void OnTrade() { if (LastTradeWasWin()) // Custom function checking last trade outcome { currentLotSize *= 1.5; // Increase lot size by 50% on a win } else { currentLotSize = baseLotSize; // Reset to base lot size on a loss } OpenTrade(currentLotSize); }
Test.......... 30+ USD
} return INIT_SUCCEEDED; // Sample Moving Average Crossover EA with Risk Management in MQL5 // Define input parameters input int FastMAPeriod = 10; // Fast moving average period input int SlowMAPeriod = 20; // Slow moving average period input double RiskPerTrade = 1.0; // Risk per trade as a percentage of balance input double LotSize = 0.1; // Fixed lot size input int MagicNumber = 123456; //
heres the code (#include <Trade\Trade.mqh> // Include the CTrade class CTrade trade; // Declare an instance of CTrade // Symbols to trade string SYMBOLS[] = {"XAUUSDm", "US30m", "GBPUSDm", "USTECm", "EURUSDm"}; // Parameters for 15-minute scalping and integrated strategy double MIN_LOT_SIZE = 0.01; // Minimum lot size for most brokers double TRAILING_STOP_LOSS = 5; // Trailing stop loss (points) double
Test_shangrila 30+ USD
// Sample Moving Average Crossover EA with Risk Management in MQL5 // Define input parameters input int FastMAPeriod = 10; // Fast moving average period input int SlowMAPeriod = 20; // Slow moving average period input double RiskPerTrade = 1.0; // Risk per trade as a percentage of balance input double LotSize = 0.1; // Fixed lot size input int MagicNumber = 123456; // Unique magic number for this EA // Indicator
Experienced developer to write an EA applying 2 indicators and 3 conditions in a timely manner. Knowledge of the use of Stop Loss and Trailing stops is critical for this order
edit/ add simple features with buffers to existing zz indicators learners should not apply this job anyone looking for strategy should also not apply this job. if you are good, next job would be for an EA
2. Scope of Work 2.1 Debugging: - Code Review:Comprehensive review of existing EA code to identify and resolve bugs, inefficiencies, and any potential issues. - Testing:** Conduct thorough testing on historical data to evaluate the performance and reliability of the AI HFT Bot. - Performance Optimization:** Fine-tune algorithms for improved execution speed and accuracy. 2.2 Installation: - System Setup: Configure the

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD
Prazo
de 1 para 3 dias