Lavoro terminato
Tempo di esecuzione 1 giorno
Feedback del dipendente
A great customer and wish to work together soon
Feedback del cliente
Great developer. Friendly and understanding. Hope to work together again
Specifiche
I need help with an EA based on trends. Below are the requirements
Parameters
Fast EMA - 5 - applied to close price
Slow EMA - 10 - applied to close price
RSI - 14 - Applied to Median price
ADX - 14
Lot - 0.01
Take Profit - 150 Pips
Stop loss - 50 Pips
Trailing stop - 50 Pips
Trailing step - 10 pips
For Buy
Fast EMA crosses above the Slow EMA
RSI crosses 50 from below
ADX > 25
For Sell
Fast EMA crosses below the Slow EMA
RSI crosses 50 from above
ADX > 25
Con risposta
1
Valutazioni
Progetti
2696
62%
Arbitraggio
116
45%
/
25%
In ritardo
420
16%
In elaborazione
2
Valutazioni
Progetti
49
12%
Arbitraggio
16
0%
/
88%
In ritardo
10
20%
Gratuito
3
Valutazioni
Progetti
1438
62%
Arbitraggio
21
57%
/
10%
In ritardo
43
3%
Gratuito
4
Valutazioni
Progetti
154
47%
Arbitraggio
2
0%
/
50%
In ritardo
4
3%
Gratuito
5
Valutazioni
Progetti
606
55%
Arbitraggio
48
23%
/
56%
In ritardo
178
29%
Gratuito
6
Valutazioni
Progetti
138
41%
Arbitraggio
30
7%
/
77%
In ritardo
17
12%
Gratuito
7
Valutazioni
Progetti
1483
46%
Arbitraggio
49
73%
/
12%
In ritardo
37
2%
In elaborazione
8
Valutazioni
Progetti
339
49%
Arbitraggio
21
5%
/
33%
In ritardo
24
7%
Gratuito
9
Valutazioni
Progetti
306
39%
Arbitraggio
34
32%
/
29%
In ritardo
82
27%
In elaborazione
10
Valutazioni
Progetti
142
44%
Arbitraggio
20
15%
/
50%
In ritardo
20
14%
In elaborazione
11
Valutazioni
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
12
Valutazioni
Progetti
35
40%
Arbitraggio
11
9%
/
91%
In ritardo
4
11%
Gratuito
13
Valutazioni
Progetti
85
74%
Arbitraggio
0
In ritardo
13
15%
Gratuito
14
Valutazioni
Progetti
111
26%
Arbitraggio
17
6%
/
71%
In ritardo
15
14%
Gratuito
15
Valutazioni
Progetti
369
66%
Arbitraggio
10
50%
/
0%
In ritardo
46
12%
Gratuito
16
Valutazioni
Progetti
809
73%
Arbitraggio
30
33%
/
37%
In ritardo
194
24%
Gratuito
17
Valutazioni
Progetti
3102
66%
Arbitraggio
77
48%
/
14%
In ritardo
340
11%
In elaborazione
18
Valutazioni
Progetti
1784
61%
Arbitraggio
14
64%
/
7%
In ritardo
84
5%
Gratuito
19
Valutazioni
Progetti
1348
59%
Arbitraggio
28
82%
/
0%
In ritardo
10
1%
Gratuito
20
Valutazioni
Progetti
440
26%
Arbitraggio
125
21%
/
57%
In ritardo
96
22%
In elaborazione
21
Valutazioni
Progetti
412
36%
Arbitraggio
35
26%
/
57%
In ritardo
63
15%
Gratuito
22
Valutazioni
Progetti
8
50%
Arbitraggio
5
20%
/
80%
In ritardo
2
25%
Gratuito
23
Valutazioni
Progetti
1
100%
Arbitraggio
0
In ritardo
0
Gratuito
24
Valutazioni
Progetti
933
47%
Arbitraggio
303
59%
/
25%
In ritardo
125
13%
In elaborazione
25
Valutazioni
Progetti
4
25%
Arbitraggio
2
0%
/
100%
In ritardo
1
25%
Gratuito
26
Valutazioni
Progetti
144
34%
Arbitraggio
11
9%
/
55%
In ritardo
26
18%
In elaborazione
27
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
28
Valutazioni
Progetti
632
26%
Arbitraggio
89
73%
/
13%
In ritardo
12
2%
Gratuito
29
Valutazioni
Progetti
400
54%
Arbitraggio
9
67%
/
22%
In ritardo
36
9%
Gratuito
Ordini simili
I need to create an EA (MQL4) MT4 with can auto create buy and sell according to the Indicator " Machine Learning Adaptive SuperTrend [AlgoAlpha]" in trading view Setting could be same as trading view Additional setting such as : Start lot Stop-Order: same as indicator
I have a really very, very simple professional, proven, profitable forex strategy that works on a higher time frame with over 85% winning rate. I am searching a professional programmer to create expert advisor based on this stategy, in general I am searching a developer for a longer co-operation. I am a forex trader with over 12 years experience. telegram: fxMiguel It's a 15minute work job, 30min max, My budget is 10
Testing
30 - 200 USD
// กำหนดค่าตัวแปรเริ่มต้น input double DailyProfitTarget = 200; // กำไรที่ต้องการในแต่ละวัน (2% ของทุน) input double LotSize = 0.1; // ขนาด Lot input double TakeProfit = 10; // กำไรต่อการเทรดใน pip input double StopLoss = 5; // การหยุดขาดทุนต่อการเทรดใน pip double dailyProfit = 0; // กำไรที่ทำได้ในวันนี้ // ฟังก์ชันเริ่มต้น int OnInit() { dailyProfit = 0; return(INIT_SUCCEEDED); } //
I need to compile my mt4 EA but there are some errors and warning if you can fix and compile send me your application I will select you upon Demo
i need someone to help me take 6 pieces of code from this script and simplify it into a new code .. . note this project is needed urgently in 2 to 5
Man on mayhem
30 - 100 USD
1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction. 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below
We need an Expert Advisor for MetaTrader 5 that will be simply based on Rsi, chart patterns and price levels (e.g 2366,250)… Basically when the robot notices a chart pattern, for example “double top/M pattern” it enters a trade based on confirmation from Rsi & price level and the stop loss is moved to the entry price…That is all. The expert advisor is only for Xauusd/Gold…The expert advisor should target 10 pips
EA expert from Brazilian
70+ USD
Hi, Expert should be Brazilian. I need the scalping ea for xauusd, usdjpy, AUDUSD, eurusd, gbpusd, nzdusd, uascad and usdchf with any strategy. But don't use buy limit in down trend and sell limit in sell trend. I need the profit with 0.5 usd minimum per trade
Automate my trading
79+ USD
Hello, I am looking for an experience MQL5 coder who can help me automate my trading strategy. Since this is an advanced coding so I would appreciate if only an experienced coder reaches out. I have attached a word doc of strategy, if you think you can build it then do let me know. Thanks, Sadaquat
Grid hedging ea
30+ USD
I Need A Hedging Ea With Daily 2% of returns. I might think that ea work consistently. hedging Is The only Way To Make A Profit. That ea work in 1:200 Leverage and lot size is starting from 0.01
Informazioni sul progetto
Budget
30 - 50 USD
Per lo sviluppatore
27
- 45
USD