An MT4 expert advisor based on candle, Hull MA and stochastic

MQL5 Asesores Expertos

Tarea técnica

The 1HSM EA allows users to configure trade settings, including activation, trading session, trade timing, maximum simultaneous trades, and stop loss type (virtual or visible). Users can set breakeven parameters, slippage control, and profit trailing options (gap, block, or target). Reverse trading can be enabled, allowing trades in the opposite direction if the price reverses significantly. Specific conditions for opening buy or sell trades are based on the crossover of LHMA and HHMA, confirmed by stochastic signals. Additional rules apply for managing simultaneous trades, stop loss movement, and carried forward trades.

The Multi-Directional Candle (MDC) automation is an Expert Advisor that allows trades based on the previous candle's color or price movements exceeding defined limits. It supports both single and multi-direction trading scenarios. Users can customize trading sessions, stop loss options (visible or virtual), maximum trades per candle, and profit trailing methods. The EA ensures effective trade execution with spread, breakeven, and slippage control, while maintaining unique identifiers for each trade. Rules are defined to handle profit-taking, loss recovery, and multiple trades within a single candle, supporting efficient automated trading.


I have written a 50 pages documents detailing all processes, execution and closing trade. I will give you the write up at laster stage for you to evalute and finalise the budget and delivery time.

Han respondido

1
Desarrollador 1
Evaluación
(75)
Proyectos
127
53%
Arbitraje
5
20% / 60%
Caducado
20
16%
Trabaja
2
Desarrollador 2
Evaluación
(2105)
Proyectos
2676
62%
Arbitraje
114
46% / 25%
Caducado
420
16%
Trabajando
3
Desarrollador 3
Evaluación
(37)
Proyectos
60
33%
Arbitraje
4
25% / 50%
Caducado
6
10%
Ocupado
4
Desarrollador 4
Evaluación
(2442)
Proyectos
3079
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Trabaja
5
Desarrollador 5
Evaluación
(7)
Proyectos
9
0%
Arbitraje
1
0% / 100%
Caducado
0
Libre
6
Desarrollador 6
Evaluación
(28)
Proyectos
35
14%
Arbitraje
6
33% / 50%
Caducado
5
14%
Libre
7
Desarrollador 7
Evaluación
(564)
Proyectos
933
47%
Arbitraje
302
59% / 25%
Caducado
125
13%
Trabajando
8
Desarrollador 8
Evaluación
(489)
Proyectos
558
33%
Arbitraje
27
44% / 44%
Caducado
8
1%
Trabajando
9
Desarrollador 9
Evaluación
(9)
Proyectos
8
38%
Arbitraje
4
0% / 50%
Caducado
2
25%
Trabaja
10
Desarrollador 10
Evaluación
(7)
Proyectos
7
0%
Arbitraje
0
Caducado
1
14%
Trabaja
11
Desarrollador 11
Evaluación
(257)
Proyectos
341
58%
Arbitraje
7
14% / 71%
Caducado
9
3%
Libre
12
Desarrollador 12
Evaluación
(357)
Proyectos
563
33%
Arbitraje
24
67% / 8%
Caducado
17
3%
Libre
13
Desarrollador 13
Evaluación
(171)
Proyectos
194
11%
Arbitraje
37
38% / 35%
Caducado
5
3%
Trabajando
14
Desarrollador 14
Evaluación
(215)
Proyectos
348
16%
Arbitraje
22
41% / 32%
Caducado
18
5%
Ocupado
15
Desarrollador 15
Evaluación
(132)
Proyectos
176
39%
Arbitraje
4
25% / 50%
Caducado
14
8%
Libre
16
Desarrollador 16
Evaluación
(5)
Proyectos
2
0%
Arbitraje
3
0% / 100%
Caducado
0
Trabaja
17
Desarrollador 17
Evaluación
(96)
Proyectos
109
36%
Arbitraje
3
0% / 0%
Caducado
4
4%
Trabajando
18
Desarrollador 18
Evaluación
(145)
Proyectos
258
35%
Arbitraje
12
25% / 58%
Caducado
42
16%
Libre
19
Desarrollador 19
Evaluación
(13)
Proyectos
17
12%
Arbitraje
7
14% / 57%
Caducado
4
24%
Libre
Solicitudes similares
I have an EA that I want to have some additional work done to, including a logical stop loss system, and adding some extra conditions to the entry criteria. This is quite a complex EA, so the programmer will need to be experienced in MQL5 coding
I am looking for help to code an Expert Advisor (EA) for MetaTrader 4 (MT4). The EA should automate trading based on specific strategies and market conditions. I'm familiar with the basics of MQL4 but need assistance with more advanced features, like managing multiple indicators, optimizing risk management, and implementing trailing stops. I aim to create a reliable, efficient EA that can monitor the market and
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
EA gold HB king5 100+ USD
// เริ่มต้นโปรแกรม EA input double LotSize = 0.1; // ขนาดของล็อต input double TakeProfit = 50; // จุดกำไร input double StopLoss = 50; // จุดขาดทุน // ฟังก์ชันที่เรียกเมื่อมีการสั่งซื้อ void OnTick() { double MA = iMA(NULL, 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Simple Moving Average (SMA) 14 double Price = Bid; if(Price > MA) // เงื่อนไขสำหรับการซื้อ { if(OrderSelect(0, SELECT_BY_POS) == false) //
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
I need an EA coded according to the given instructions. The codeR will also have to put the logic of the indicator inside the EA. The EA will have to check certain filters or condition before the entry of trades. Only bid if you can work within the indicated budget
Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No: of Trades Close Type : Buy Only , Sell Only , Buy & Sell
SMAFS MIDDLE CROSS 50 - 100 USD
SMART-MONEY CONCEPT (LUX ALGO AND SMAFS(LOXX) 80 20 MIDDLE CROSS. (TRADING VIEW INDICATOR) EXPERT ADVISOR I want EA that use the smart-money concept to determine whether to buy and sell with SMAFS as the second indicator CONDITION TO BUY AND SELL. When SMAFS is above the middle cross(green) you buy When SMAFS is below the middle cross (red) you sell. The time frame is 1hr PROFIT AND LOSS. It should be fixed pips with
I need the service of programmer that can correct an existing EA code and turn it to a running Robot/EA. My code current has about 85 lines of coding mql5 coding errors
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude

Información sobre el proyecto

Presupuesto
750 - 1000 USD
Plazo límite de ejecución
de 5 a 10 día(s)

Cliente

Encargos realizados1
Número de arbitrajes0