MACD EA

MQL5 专家 外汇 统计和数学

指定

Hello EA Experts, I want to create EA which open and close the order based on MACD. If previous Candle MACD line above signal line then open the Buy position and if MACD line below the Signal line then open the sell position. TP and SL will be the ATR(Average True Range) of previous Candle but you need to round up the number close to 5 or 10 meaning ATR is 60.5 then we need to set SL and TP 65 and if ATR is 65.10 then SL and TP will be 70. SL will be set only if previous day MACD indicates Buy but we have sell position open or vice-versa. Position size will be doubled every time it hit to SL or double the position size every time give position goes in negative equal to ATR. Example: MACD previous candle signals Buy then open Buy x position. Let say ATR is 100 pip. If after 2 days position goes negative 100 pip but previous candle MACD indicates BUY then total number of open position should be (open position * 2). We already have 1 BUY position open so we need to open another 1 BUY position. Let say after 3 days market went down another 100 pips and previous day MACD indicates SELL tuen we need to close all BUY position and open the double SELL position of BUY position. In this case we had 2 BUY position open so we need to open 4 SELL position. We don’t need to close or open position unless current open position hot the SL. We need to set SL only if previous candle indicates opposite MACD signal then current position. Everytime candle close, we have to check MACD indicator and decide to put the SL or not for the open position. Required Input: Timeframe, Max position size, Min Position Size, MACD parameters. Optional Input Parameters: ATR. ATR will be overwritten with derived value if input has the value.

反馈

1
开发者 1
等级
(37)
项目
51
43%
仲裁
2
100% / 0%
逾期
9
18%
空闲
2
开发者 2
等级
(8)
项目
11
18%
仲裁
7
43% / 29%
逾期
1
9%
空闲
3
开发者 3
等级
(2)
项目
3
33%
仲裁
0
逾期
0
空闲
4
开发者 4
等级
(5)
项目
6
17%
仲裁
0
逾期
0
工作中
5
开发者 5
等级
(52)
项目
97
24%
仲裁
10
20% / 20%
逾期
12
12%
工作中
6
开发者 6
等级
(346)
项目
543
32%
仲裁
24
67% / 8%
逾期
15
3%
空闲
7
开发者 7
等级
(2077)
项目
2636
61%
仲裁
113
45% / 26%
逾期
418
16%
工作中
8
开发者 8
等级
(159)
项目
173
33%
仲裁
6
50% / 50%
逾期
2
1%
已载入
9
开发者 9
等级
(85)
项目
105
24%
仲裁
8
38% / 25%
逾期
8
8%
已载入
10
开发者 10
等级
(38)
项目
40
25%
仲裁
20
15% / 75%
逾期
8
20%
繁忙
11
开发者 11
等级
(74)
项目
121
43%
仲裁
12
33% / 50%
逾期
17
14%
空闲
12
开发者 12
等级
(40)
项目
52
23%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
(2422)
项目
3042
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
14
开发者 14
等级
(23)
项目
45
20%
仲裁
24
29% / 46%
逾期
12
27%
空闲
15
开发者 15
等级
(37)
项目
59
27%
仲裁
25
20% / 52%
逾期
10
17%
工作中
16
开发者 16
等级
(153)
项目
216
22%
仲裁
14
64% / 21%
逾期
1
0%
已载入
17
开发者 17
等级
(27)
项目
27
26%
仲裁
2
0% / 50%
逾期
1
4%
空闲
18
开发者 18
等级
项目
0
0%
仲裁
0
逾期
0
空闲
19
开发者 19
等级
(7)
项目
9
33%
仲裁
4
25% / 25%
逾期
1
11%
空闲
20
开发者 20
等级
(68)
项目
77
8%
仲裁
33
9% / 55%
逾期
6
8%
工作中
21
开发者 21
等级
(255)
项目
312
37%
仲裁
6
50% / 17%
逾期
7
2%
空闲
22
开发者 22
等级
(453)
项目
512
33%
仲裁
25
40% / 48%
逾期
7
1%
已载入
23
开发者 23
等级
(56)
项目
175
71%
仲裁
4
100% / 0%
逾期
1
1%
空闲
24
开发者 24
等级
(264)
项目
538
50%
仲裁
55
40% / 36%
逾期
224
42%
工作中
25
开发者 25
等级
(439)
项目
545
25%
仲裁
21
38% / 38%
逾期
83
15%
空闲
26
开发者 26
等级
(11)
项目
13
38%
仲裁
0
逾期
2
15%
空闲
27
开发者 27
等级
(96)
项目
143
76%
仲裁
0
逾期
2
1%
空闲
28
开发者 28
等级
(41)
项目
88
14%
仲裁
30
30% / 53%
逾期
36
41%
工作中
相似订单
I have back testing results from optimization on the MT5 strategy tester for various tests saved in different tabs on excel. I would like to generate an excel function to find the matching parameters that give the best results based on profit within all tabs (the left most column), so the function needs to find the matching parameters, calculate the sum of the profit of matching parameters (TOTAL PROFIT), and rank
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I need a chart to replicate/track my equity + Balance Curve into my mt4. Also this chart i need to be able to add Stochastic / Bollingerband / Moving average on the equity/balance curve. Besides the equity curve i would like the indicator to show the Line-chart of my win + 1 and my loss -1 which results in a win-loss curve. ( i will discuss this with the choosen developer in depth. ) More information on what i want
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1
Need EA programmer to create an MT4 EA that will be able to leverage trades in favour of the market direction ,the EA should be able to operate to any broker. The EA must trade on a clear trend not when the Market is ranging. More will be explained once your application has been accepted for the job
Hey, great developer I have a thinkorswim script I want to convert it into TradingView. Can you please let me know if you can i will be looking for great developer that will bid for it best regards
Tradingview developer 30 - 35 USD
Hey greetings. I am in need of tradingview developer that can modify an open source PineScript indicator code to add additional features. Kindly bid for this project if it is what you handle and let proceed with the project
hi. I hv a strategy on tradingview need to convert to MT4/MT5 expert advisor for algo trading. would like to add some tradingview strategy setting to the EA(not included in my tradingview code): recalculate after order is filled, order size: xx% of equity
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies

项目信息

预算
30 - 80 USD
开发人员
27 - 72 USD
截止日期
 10 天