MACD EA

Specifiche

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.

Con risposta

1
Sviluppatore 1
Valutazioni
(37)
Progetti
51
43%
Arbitraggio
2
100% / 0%
In ritardo
9
18%
Gratuito
2
Sviluppatore 2
Valutazioni
(8)
Progetti
11
18%
Arbitraggio
7
43% / 29%
In ritardo
1
9%
Gratuito
3
Sviluppatore 3
Valutazioni
(2)
Progetti
3
33%
Arbitraggio
0
In ritardo
0
Gratuito
4
Sviluppatore 4
Valutazioni
(5)
Progetti
6
17%
Arbitraggio
0
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(52)
Progetti
97
24%
Arbitraggio
10
20% / 20%
In ritardo
12
12%
In elaborazione
6
Sviluppatore 6
Valutazioni
(350)
Progetti
553
32%
Arbitraggio
24
67% / 8%
In ritardo
16
3%
Gratuito
7
Sviluppatore 7
Valutazioni
(2086)
Progetti
2646
61%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
In elaborazione
8
Sviluppatore 8
Valutazioni
(166)
Progetti
180
32%
Arbitraggio
6
50% / 50%
In ritardo
2
1%
In elaborazione
9
Sviluppatore 9
Valutazioni
(87)
Progetti
109
25%
Arbitraggio
9
44% / 22%
In ritardo
8
7%
In elaborazione
10
Sviluppatore 10
Valutazioni
(38)
Progetti
40
25%
Arbitraggio
23
13% / 70%
In ritardo
8
20%
Caricato
11
Sviluppatore 11
Valutazioni
(74)
Progetti
121
43%
Arbitraggio
12
33% / 50%
In ritardo
17
14%
Gratuito
12
Sviluppatore 12
Valutazioni
(46)
Progetti
59
29%
Arbitraggio
0
In ritardo
0
Gratuito
13
Sviluppatore 13
Valutazioni
(2428)
Progetti
3057
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
14
Sviluppatore 14
Valutazioni
(23)
Progetti
45
20%
Arbitraggio
24
29% / 46%
In ritardo
12
27%
Gratuito
15
Sviluppatore 15
Valutazioni
(37)
Progetti
59
27%
Arbitraggio
25
20% / 52%
In ritardo
10
17%
In elaborazione
16
Sviluppatore 16
Valutazioni
(158)
Progetti
226
22%
Arbitraggio
15
60% / 20%
In ritardo
1
0%
Caricato
17
Sviluppatore 17
Valutazioni
(27)
Progetti
27
26%
Arbitraggio
2
0% / 50%
In ritardo
1
4%
Gratuito
18
Sviluppatore 18
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
19
Sviluppatore 19
Valutazioni
(7)
Progetti
10
40%
Arbitraggio
4
25% / 25%
In ritardo
1
10%
In elaborazione
20
Sviluppatore 20
Valutazioni
(71)
Progetti
80
10%
Arbitraggio
35
9% / 54%
In ritardo
6
8%
In elaborazione
21
Sviluppatore 21
Valutazioni
(257)
Progetti
314
37%
Arbitraggio
6
50% / 17%
In ritardo
7
2%
Gratuito
22
Sviluppatore 22
Valutazioni
(463)
Progetti
524
33%
Arbitraggio
28
39% / 43%
In ritardo
7
1%
Occupato
23
Sviluppatore 23
Valutazioni
(61)
Progetti
186
73%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
24
Sviluppatore 24
Valutazioni
(266)
Progetti
540
50%
Arbitraggio
55
40% / 36%
In ritardo
224
41%
Gratuito
25
Sviluppatore 25
Valutazioni
(439)
Progetti
545
25%
Arbitraggio
21
38% / 38%
In ritardo
83
15%
Gratuito
26
Sviluppatore 26
Valutazioni
(11)
Progetti
13
38%
Arbitraggio
0
In ritardo
2
15%
Gratuito
27
Sviluppatore 27
Valutazioni
(96)
Progetti
143
76%
Arbitraggio
0
In ritardo
2
1%
Gratuito
28
Sviluppatore 28
Valutazioni
(42)
Progetti
88
14%
Arbitraggio
30
30% / 53%
In ritardo
36
41%
In elaborazione
Ordini simili
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hello, I‘m interested in an indicator to predict the next candles probability (bullish or bearish). But honestly I have no idea how to do this. Would be interested in your opinion how we can create such an indicator. Please let me know if you‘ve done similar work
Hey greetings. Am in need of a developer that has already made profitable MT4 or MT5 EA that I can buy with the backtesting and proven result. How is the draw down ? What is the winning rate ? Kindly reply and let proceed
I will buy your EA for MT5, in case that on distance it is able to make a profit of 10% per month. - Martingale methods and grid strategies should not be used as the basis of a trading strategy. - Excellent win rate (>80%) - High risk/loss management - Option to select direction of trading (long, short or both) - News filter - Editable Trading Hours I will need to test in the strategy tester and on live market (on
Hello, i need a good programmer; to code an EA to trade the most productive forex pairs (mainly 2 for the day, and 2 for the night+gold), the strategy is based on the use of one moving average and the rsi, thank you in advance
a gap between 1 pip opposite order open continue once tp hit ea change position and start from 1 everything is manually adjustable tp gap pip and pip all show start from 0.01
I have a mql4 license mql4 code,, there have a 1 error '( WebRequest' - no one of the overloads can be applied to the function call) fix this error,, and make sure it work properly,,{ it's bass on kernel32.dll } this license system Base on pc volume serial number. If you're a expert developer kindly contact with me ,, Write a text " License system devoloper " Telegram @Gw_rakib1
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 mt4/mt5 EA(not included in my tradingview source code): recalculate after order is filled, order size: xx% of equity
Hi, i will provide a dll .use it's functions develop a backend code copy trading .it should a master accounts and slave accounts based of the mapping with the copy parametsrs it should start copy trades between the master and slave .one slave should be able to copy from Mutiple master and some basic fronted access to be created using the angular js

Informazioni sul progetto

Budget
30 - 80 USD
Per lo sviluppatore
27 - 72 USD
Scadenze
a 10 giorno(i)