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

MQL5 专家

指定

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.

反馈

1
开发者 1
等级
(75)
项目
127
53%
仲裁
5
20% / 60%
逾期
20
16%
工作中
2
开发者 2
等级
(2105)
项目
2676
62%
仲裁
114
46% / 25%
逾期
420
16%
已载入
3
开发者 3
等级
(37)
项目
60
33%
仲裁
4
25% / 50%
逾期
6
10%
繁忙
4
开发者 4
等级
(2442)
项目
3079
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
5
开发者 5
等级
(7)
项目
9
0%
仲裁
1
0% / 100%
逾期
0
空闲
6
开发者 6
等级
(28)
项目
35
14%
仲裁
6
33% / 50%
逾期
5
14%
空闲
7
开发者 7
等级
(564)
项目
933
47%
仲裁
302
59% / 25%
逾期
125
13%
已载入
8
开发者 8
等级
(489)
项目
558
33%
仲裁
27
44% / 44%
逾期
8
1%
已载入
9
开发者 9
等级
(9)
项目
8
38%
仲裁
4
0% / 50%
逾期
2
25%
工作中
10
开发者 10
等级
(7)
项目
7
0%
仲裁
0
逾期
1
14%
工作中
11
开发者 11
等级
(257)
项目
341
58%
仲裁
7
14% / 71%
逾期
9
3%
空闲
12
开发者 12
等级
(357)
项目
563
33%
仲裁
24
67% / 8%
逾期
17
3%
空闲
13
开发者 13
等级
(171)
项目
194
11%
仲裁
37
38% / 35%
逾期
5
3%
已载入
14
开发者 14
等级
(215)
项目
348
16%
仲裁
22
41% / 32%
逾期
18
5%
繁忙
15
开发者 15
等级
(132)
项目
176
39%
仲裁
4
25% / 50%
逾期
14
8%
空闲
16
开发者 16
等级
(5)
项目
2
0%
仲裁
3
0% / 100%
逾期
0
工作中
17
开发者 17
等级
(97)
项目
110
36%
仲裁
3
0% / 0%
逾期
4
4%
已载入
18
开发者 18
等级
(145)
项目
258
35%
仲裁
12
25% / 58%
逾期
42
16%
空闲
19
开发者 19
等级
(13)
项目
17
12%
仲裁
7
14% / 57%
逾期
4
24%
空闲
20
开发者 20
等级
(158)
项目
175
43%
仲裁
6
0% / 67%
逾期
8
5%
空闲
相似订单
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

项目信息

预算
750 - 1000 USD
截止日期
 5  10 天

客户

所下订单1
仲裁计数0