工作已完成

执行时间2 天
客户反馈
Very good and patient developer, helped me through teamviewer.

指定

Need 3 EAs. It is one strategy but with small variations that is why it is 3, nothing complicated. 5 MA is simple moving average, 144 MA is weighted moving average. I need the EAs to have two options. EA should work on all currency, indices i.e SPX500 etc and commodities i.e. XAUSD etc. I have attached pngs, please take a look.

EA (A):

  1. First option: BUY when 5 MA crosses above 144 MA, SELL when 5 MA crosses below 144 MA (do not wait for close of candle) and close the trade when 5 MA crosses in opposite direction (no TP or SL)
  2. Second option: Have TP and SL parameter for close of trade

EA (B):

  1. First option: BUY when candle price crosses above 144 MA, SELL when candle price crosses below 144 MA (do not wait for close of candle) and close the trade when candle price crosses in opposite direction (no TP or SL)
  2. Second option: Have TP and SL parameter for close of trade

EA (C):

  1. First option: BUY when candle price closes above 144 MA, SELL when candle price closes below 144 MA (wait for close of candle) and close the trade when candle price closes in opposite direction (no TP or SL)
  2. Second option: Have TP and SL parameter for close of trade

IMPORTANT: This strategy is based on very fast execution so please, I only want developer that can code the EA with no lag.

Also SL and TP entry should not interrupt order execution because some brokers will have a too many requests error. Also please use the 5-digit system forex, do not use any other fancy digit system for determining the price!




附加的文件:

PNG
Slide1.PNG
10.1 Kb
PNG
Slide2.PNG
330.3 Kb
PNG
Slide1.PNG
10.7 Kb
PNG
Slide2.PNG
306.4 Kb
PNG
Slide1.PNG
11.9 Kb
PNG
Slide2.PNG
330.7 Kb

反馈

1
开发者 1
等级
(636)
项目
1007
47%
仲裁
33
36% / 36%
逾期
99
10%
工作中
发布者: 6 代码
2
开发者 2
等级
(31)
项目
42
26%
仲裁
10
20% / 50%
逾期
8
19%
空闲
3
开发者 3
等级
(574)
项目
945
47%
仲裁
309
58% / 27%
逾期
125
13%
空闲
4
开发者 4
等级
(365)
项目
412
36%
仲裁
35
26% / 57%
逾期
63
15%
空闲
5
开发者 5
等级
(2675)
项目
3414
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
6
开发者 6
等级
(252)
项目
462
26%
仲裁
139
20% / 60%
逾期
100
22%
空闲
7
开发者 7
等级
(2346)
项目
2951
63%
仲裁
125
44% / 26%
逾期
429
15%
空闲
8
开发者 8
等级
(5)
项目
5
0%
仲裁
5
0% / 60%
逾期
2
40%
空闲
9
开发者 9
等级
(6)
项目
8
50%
仲裁
5
20% / 80%
逾期
2
25%
空闲
10
开发者 10
等级
(145)
项目
169
50%
仲裁
22
14% / 55%
逾期
22
13%
空闲
11
开发者 11
等级
(33)
项目
35
40%
仲裁
11
9% / 91%
逾期
4
11%
空闲
发布者: 4 代码
12
开发者 12
等级
(144)
项目
285
42%
仲裁
19
63% / 5%
逾期
29
10%
空闲
发布者: 2 代码
13
开发者 13
等级
(589)
项目
1070
50%
仲裁
39
28% / 41%
逾期
49
5%
空闲
发布者: 1 文章, 8 代码
相似订单
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
1. PROJECT OVERVIEW Development of a custom automated and manual trading bot for NinjaTrader 8, primarily designed for Nasdaq Futures (NQ/MNQ). The bot will contain the original trading strategy, configurable risk management, automatic and manual operating modes, alerts, profit/loss management, partial profit taking, Break Even, backtesting functionality, and the additional configurable contract-averaging system
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Mt5 ea 30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the

项目信息

预算
60+ USD
截止日期
 10 天