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

MQL5 Experts

Termos de Referência

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.

Respondido

1
Desenvolvedor 1
Classificação
(75)
Projetos
127
53%
Arbitragem
5
20% / 60%
Expirado
20
16%
Trabalhando
2
Desenvolvedor 2
Classificação
(2105)
Projetos
2676
62%
Arbitragem
114
46% / 25%
Expirado
420
16%
Carregado
3
Desenvolvedor 3
Classificação
(37)
Projetos
60
33%
Arbitragem
4
25% / 50%
Expirado
6
10%
Ocupado
4
Desenvolvedor 4
Classificação
(2442)
Projetos
3079
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
5
Desenvolvedor 5
Classificação
(7)
Projetos
9
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(28)
Projetos
35
14%
Arbitragem
6
33% / 50%
Expirado
5
14%
Livre
7
Desenvolvedor 7
Classificação
(564)
Projetos
933
47%
Arbitragem
302
59% / 25%
Expirado
125
13%
Carregado
8
Desenvolvedor 8
Classificação
(489)
Projetos
558
33%
Arbitragem
27
44% / 44%
Expirado
8
1%
Carregado
9
Desenvolvedor 9
Classificação
(9)
Projetos
8
38%
Arbitragem
4
0% / 50%
Expirado
2
25%
Trabalhando
10
Desenvolvedor 10
Classificação
(7)
Projetos
7
0%
Arbitragem
0
Expirado
1
14%
Trabalhando
11
Desenvolvedor 11
Classificação
(257)
Projetos
341
58%
Arbitragem
7
14% / 71%
Expirado
9
3%
Livre
12
Desenvolvedor 12
Classificação
(357)
Projetos
563
33%
Arbitragem
24
67% / 8%
Expirado
17
3%
Livre
13
Desenvolvedor 13
Classificação
(171)
Projetos
194
11%
Arbitragem
37
38% / 35%
Expirado
5
3%
Carregado
14
Desenvolvedor 14
Classificação
(215)
Projetos
348
16%
Arbitragem
22
41% / 32%
Expirado
18
5%
Ocupado
15
Desenvolvedor 15
Classificação
(132)
Projetos
176
39%
Arbitragem
4
25% / 50%
Expirado
14
8%
Livre
16
Desenvolvedor 16
Classificação
(5)
Projetos
2
0%
Arbitragem
3
0% / 100%
Expirado
0
Trabalhando
17
Desenvolvedor 17
Classificação
(97)
Projetos
110
36%
Arbitragem
3
0% / 0%
Expirado
4
4%
Carregado
18
Desenvolvedor 18
Classificação
(145)
Projetos
258
35%
Arbitragem
12
25% / 58%
Expirado
42
16%
Livre
19
Desenvolvedor 19
Classificação
(13)
Projetos
17
12%
Arbitragem
7
14% / 57%
Expirado
4
24%
Livre
20
Desenvolvedor 20
Classificação
(158)
Projetos
175
43%
Arbitragem
6
0% / 67%
Expirado
8
5%
Livre
Pedidos semelhantes
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
Below is the pine eidtor script convert it to MQL5 coding language and create bot based on following condition 1. This all should be on 5-minute chart timeframe 2. For Buy side, buy after closing of second candle when buy signal is given and hold buy position until sell signal is given. 3. For sell side, sell after closing of second candle when sell signal is given and hold sell position until next buy signal will be
Araz s job 90+ USD
sorry this job is only for araz, i need him for this job so don't apply because i cant take another developer now, i hope you understand, thank you for your collaboration

Informações sobre o projeto

Orçamento
750 - 1000 USD
Prazo
de 5 para 10 dias

Cliente

Pedidos postados1
Número de arbitragens0