Developer to build a simple EA

MQL5 专家

工作已完成

执行时间40 分钟
客户反馈
Exellent, talented, fast Developer. The job has been done in no time. A very positive experience. I really recommend this person ! Thank you!

指定

I need a very simple EA which will use one indicator from mql5.com.

It should open a trade when an arrow appears.

SL, time filter.


I am searching for a longer term co-operation as I want to add (as extra jobs) features in the future, the developer must know how to add panels etc... 


I am waiting for experienced developer who works fast.




反馈

1
开发者 1
等级
(21)
项目
20
10%
仲裁
2
50% / 50%
逾期
0
空闲
2
开发者 2
等级
(63)
项目
92
15%
仲裁
5
20% / 20%
逾期
7
8%
已载入
3
开发者 3
等级
(187)
项目
266
22%
仲裁
17
65% / 18%
逾期
1
0%
工作中
4
开发者 4
等级
(166)
项目
196
27%
仲裁
8
25% / 50%
逾期
5
3%
工作中
5
开发者 5
等级
(240)
项目
377
17%
仲裁
24
38% / 29%
逾期
19
5%
已载入
6
开发者 6
等级
(31)
项目
43
19%
仲裁
7
29% / 43%
逾期
5
12%
空闲
7
开发者 7
等级
(11)
项目
23
4%
仲裁
1
0% / 0%
逾期
7
30%
空闲
8
开发者 8
等级
(203)
项目
205
75%
仲裁
2
100% / 0%
逾期
0
空闲
9
开发者 9
等级
(12)
项目
16
19%
仲裁
2
50% / 50%
逾期
0
空闲
10
开发者 10
等级
(10)
项目
16
6%
仲裁
0
逾期
2
13%
已载入
11
开发者 11
等级
(101)
项目
125
40%
仲裁
9
89% / 0%
逾期
0
工作中
12
开发者 12
等级
(66)
项目
201
72%
仲裁
4
100% / 0%
逾期
1
0%
工作中
13
开发者 13
等级
(2467)
项目
3106
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
14
开发者 14
等级
(260)
项目
462
35%
仲裁
57
37% / 37%
逾期
168
36%
工作中
15
开发者 15
等级
(40)
项目
41
61%
仲裁
0
逾期
0
空闲
16
开发者 16
等级
(34)
项目
47
55%
仲裁
5
80% / 0%
逾期
3
6%
已载入
17
开发者 17
等级
(37)
项目
45
38%
仲裁
0
逾期
3
7%
空闲
18
开发者 18
等级
(3)
项目
7
100%
仲裁
0
逾期
0
空闲
19
开发者 19
等级
(1)
项目
0
0%
仲裁
0
逾期
0
空闲
20
开发者 20
等级
(60)
项目
79
25%
仲裁
9
33% / 56%
逾期
9
11%
空闲
21
开发者 21
等级
(268)
项目
544
50%
仲裁
55
40% / 36%
逾期
226
42%
工作中
相似订单
Looking for an experienced developer to build a high-frequency trading (HFT) bot for cTrader. The bot should execute trades quickly and accurately in volatile markets. If you have expertise in cTrader API and creating HFT solutions, please reach out with your portfolio and experience
Need help to improve existing indicator to become EA. This indicator will open position when all conditions of a good entry are met. It can help with opening and closing of entries at the most safest and profitable times
Bot casino 30+ USD
Cómo si nombre lo indica, necesito crear un EA tipo casino. Operativa: 1. Abrir dos operaciones al mismo tiempo, una de compra y una de venta 2. Usar MG 3. Abrir maximo 20 operaciones 4. El EA trabajar para cuentas centavo 5. Abrir una nueva operación MG cada 10 pips 6. Cerrar operación con una utilidad de 15 pips 7. MQL4 8.que funcione igual para cualquier par La estrategia es muy sencilla, como se indica en su
double baseLotSize = 0.1; double currentLotSize = baseLotSize; void OnTrade() { if (LastTradeWasWin()) // Custom function checking last trade outcome { currentLotSize *= 1.5; // Increase lot size by 50% on a win } else { currentLotSize = baseLotSize; // Reset to base lot size on a loss } OpenTrade(currentLotSize); }
Test.......... 30+ USD
} return INIT_SUCCEEDED; // Sample Moving Average Crossover EA with Risk Management in MQL5 // Define input parameters input int FastMAPeriod = 10; // Fast moving average period input int SlowMAPeriod = 20; // Slow moving average period input double RiskPerTrade = 1.0; // Risk per trade as a percentage of balance input double LotSize = 0.1; // Fixed lot size input int MagicNumber = 123456; //
heres the code (#include <Trade\Trade.mqh> // Include the CTrade class CTrade trade; // Declare an instance of CTrade // Symbols to trade string SYMBOLS[] = {"XAUUSDm", "US30m", "GBPUSDm", "USTECm", "EURUSDm"}; // Parameters for 15-minute scalping and integrated strategy double MIN_LOT_SIZE = 0.01; // Minimum lot size for most brokers double TRAILING_STOP_LOSS = 5; // Trailing stop loss (points) double
Test_shangrila 30+ USD
// Sample Moving Average Crossover EA with Risk Management in MQL5 // Define input parameters input int FastMAPeriod = 10; // Fast moving average period input int SlowMAPeriod = 20; // Slow moving average period input double RiskPerTrade = 1.0; // Risk per trade as a percentage of balance input double LotSize = 0.1; // Fixed lot size input int MagicNumber = 123456; // Unique magic number for this EA // Indicator
Experienced developer to write an EA applying 2 indicators and 3 conditions in a timely manner. Knowledge of the use of Stop Loss and Trailing stops is critical for this order
edit/ add simple features with buffers to existing zz indicators learners should not apply this job anyone looking for strategy should also not apply this job. if you are good, next job would be for an EA
2. Scope of Work 2.1 Debugging: - Code Review:Comprehensive review of existing EA code to identify and resolve bugs, inefficiencies, and any potential issues. - Testing:** Conduct thorough testing on historical data to evaluate the performance and reliability of the AI HFT Bot. - Performance Optimization:** Fine-tune algorithms for improved execution speed and accuracy. 2.2 Installation: - System Setup: Configure the

项目信息

预算
30 - 60 USD
VAT (22%): 6.6 - 13.2 USD
总计: 36.6 - 73.2 USD
开发人员
27 - 54 USD
截止日期
 3 天