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

MQL5 Experts

Spécifications

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.

Répondu

1
Développeur 1
Évaluation
(75)
Projets
127
53%
Arbitrage
5
20% / 60%
En retard
20
16%
Travail
2
Développeur 2
Évaluation
(2105)
Projets
2676
62%
Arbitrage
114
46% / 25%
En retard
420
16%
Travail
3
Développeur 3
Évaluation
(36)
Projets
60
33%
Arbitrage
4
25% / 50%
En retard
6
10%
Occupé
4
Développeur 4
Évaluation
(2442)
Projets
3079
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Travail
5
Développeur 5
Évaluation
(7)
Projets
9
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
6
Développeur 6
Évaluation
(28)
Projets
35
14%
Arbitrage
6
33% / 50%
En retard
5
14%
Gratuit
7
Développeur 7
Évaluation
(564)
Projets
933
47%
Arbitrage
302
59% / 25%
En retard
125
13%
Chargé
8
Développeur 8
Évaluation
(489)
Projets
558
33%
Arbitrage
27
44% / 44%
En retard
8
1%
Chargé
9
Développeur 9
Évaluation
(9)
Projets
8
38%
Arbitrage
4
0% / 50%
En retard
2
25%
Travail
10
Développeur 10
Évaluation
(7)
Projets
7
0%
Arbitrage
0
En retard
1
14%
Travail
11
Développeur 11
Évaluation
(257)
Projets
341
58%
Arbitrage
7
14% / 71%
En retard
9
3%
Gratuit
12
Développeur 12
Évaluation
(357)
Projets
563
33%
Arbitrage
24
67% / 8%
En retard
17
3%
Gratuit
13
Développeur 13
Évaluation
(171)
Projets
194
11%
Arbitrage
37
38% / 35%
En retard
5
3%
Chargé
14
Développeur 14
Évaluation
(215)
Projets
348
16%
Arbitrage
22
41% / 32%
En retard
18
5%
Occupé
15
Développeur 15
Évaluation
(132)
Projets
176
39%
Arbitrage
4
25% / 50%
En retard
14
8%
Gratuit
16
Développeur 16
Évaluation
(5)
Projets
2
0%
Arbitrage
3
0% / 100%
En retard
0
Travail
17
Développeur 17
Évaluation
(96)
Projets
109
36%
Arbitrage
3
0% / 0%
En retard
4
4%
Chargé
18
Développeur 18
Évaluation
(145)
Projets
258
35%
Arbitrage
12
25% / 58%
En retard
42
16%
Gratuit
19
Développeur 19
Évaluation
(13)
Projets
17
12%
Arbitrage
7
14% / 57%
En retard
4
24%
Gratuit
Commandes similaires
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
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

Informations sur le projet

Budget
750 - 1000 USD
Délais
de 5 à 10 jour(s)

Client

Commandes passées1
Nombre d'arbitrages0