Develop and Build Simple EA based on my strategy

指定

I am looking for a developer/ programer to program me a mql5 EA that follows a simple Supply and Demand and RSI indicators and minimal filters. I will also need this EA to run on prop firms and personal MT5 accounts, please inquire to speak more about the job.

反馈

1
开发者 1
等级
(42)
项目
62
8%
仲裁
12
58% / 42%
逾期
1
2%
空闲
2
开发者 2
等级
(294)
项目
371
21%
仲裁
43
60% / 23%
逾期
43
12%
已载入
3
开发者 3
等级
(13)
项目
21
0%
仲裁
1
0% / 0%
逾期
0
工作中
4
开发者 4
等级
(87)
项目
107
24%
仲裁
8
38% / 25%
逾期
8
7%
工作中
5
开发者 5
等级
(5)
项目
6
17%
仲裁
1
0% / 0%
逾期
0
工作中
6
开发者 6
等级
(57)
项目
75
25%
仲裁
9
33% / 56%
逾期
8
11%
空闲
7
开发者 7
等级
(11)
项目
13
38%
仲裁
0
逾期
2
15%
空闲
8
开发者 8
等级
(9)
项目
21
5%
仲裁
1
0% / 0%
逾期
7
33%
空闲
9
开发者 9
等级
(454)
项目
513
33%
仲裁
25
40% / 48%
逾期
7
1%
已载入
10
开发者 10
等级
(140)
项目
204
80%
仲裁
17
29% / 47%
逾期
10
5%
工作中
11
开发者 11
等级
(475)
项目
504
53%
仲裁
10
60% / 20%
逾期
3
1%
空闲
12
开发者 12
等级
(568)
项目
641
41%
仲裁
21
57% / 29%
逾期
47
7%
工作中
13
开发者 13
等级
(265)
项目
539
50%
仲裁
55
40% / 36%
逾期
224
42%
工作中
14
开发者 14
等级
项目
0
0%
仲裁
0
逾期
0
空闲
15
开发者 15
等级
(38)
项目
40
25%
仲裁
20
15% / 75%
逾期
8
20%
已载入
16
开发者 16
等级
(22)
项目
28
11%
仲裁
6
33% / 50%
逾期
4
14%
工作中
17
开发者 17
等级
(57)
项目
177
71%
仲裁
4
100% / 0%
逾期
1
1%
空闲
18
开发者 18
等级
(253)
项目
408
38%
仲裁
86
43% / 19%
逾期
70
17%
工作中
19
开发者 19
等级
(121)
项目
155
43%
仲裁
20
60% / 20%
逾期
8
5%
工作中
20
开发者 20
等级
(1)
项目
2
0%
仲裁
1
100% / 0%
逾期
0
空闲
21
开发者 21
等级
(4)
项目
7
14%
仲裁
0
逾期
1
14%
空闲
22
开发者 22
等级
(11)
项目
16
25%
仲裁
0
逾期
1
6%
空闲
相似订单
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
Hi, i have a tos script i need converted to Ninja script, but someone who knows both coding. Cant be someone who is just going to paste into chat gpt, it requires more understanding for compatibility
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
I need a trading bot, My strategy works with the 1hour timeframe .My stop-loss should be put using Atr of the candle multiply by 1.5 then the value will be added or subtracted from my entry depending on if it's a buy or sell and my entry should be a candlestick pattern also in addition to when the 3 Ema corresponds .When the 8Ema is above the 20Ema and they are both above the 100Ema it is a buy and when the 20Ema is
Looking to create EA for forex tradding with strategy as per price action, where order get excuted with proper stop loss and take profit. and order size should change as per privious trade result
Hi, I would like to create an expert advisor to fully automatic trade in MT4 as below, it should be possible with gold or any currency pairs and need to possible with 2, 3, 4 or 5 after decimal quotes PAROL MA CROSSOVER 1. Magic Number : Customize 2. Take profit in points : Customize 3. Stop loss in points : Customize 4. Strat time in GMT : Customize 5. End time in GMT : Customize (It means no need to open a new
i need someone who can remake this indicator to a winning strategy. i need someone who can make my signal on that indicator to appear fast on the chart... let me know if you can
I am seeking a coder who has experience in converting an MT4 indicator & EA(.mq4 file, source code provided) to TradingView's Pine Script. The indicator should be identical to the original, with the same inputs and settings. Upon completion of the task, the coder will send me the Pine Script indicator & EA along with the full source code, and the project will remain confidential. This task should be straightforward
We are seeking an experienced developer with expertise in converting cTrader bots to MT4 Expert Advisors (EAs). The ideal candidate will have a strong background in both C# (used in cTrader) and MQL4 (used in MT4). You will be responsible for translating trading algorithms and strategies from cTrader to MT4, ensuring that all functionalities and performance criteria are met

项目信息

预算
30 - 150 USD
开发人员
27 - 135 USD