HAVING ERRORS IN MY CODE SCRIPTS, NEEDS CORRECTION SO IT CAN RUN

工作已完成

执行时间1 一分钟
客户反馈
RELIABLE
员工反馈
Всё прошло успешно!

指定

Code Parameter Plain English Description
RiskPerTradePct = 1.0 If AutoLot is enabled, the EA risks 1% of your account balance on each trade.
FixedLots = 0.10 If AutoLot is disabled, the EA will trade with 0.10 lot size every trade.
AutoLot = true When true, lot size is calculated automatically based on risk percentage. When false, it uses FixedLots.
SL_Points = 50 Each trade will use a 50-point stop loss (price distance to close trade if loss occurs).
TP_Points = 60 Each trade will use a 60-point take profit (price distance to close trade when profit is reached).
EMA_Fast_Period = 8 Fast EMA uses 8 periods and is used to detect fast price movement.
EMA_Slow_Period = 21 Slow EMA uses 21 periods; combined with fast EMA it detects crossovers to signal buy/sell.
ATR_Period = 14 ATR indicator uses 14 periods to measure volatility.
ATR_Filter_Pct = 0.5 EA only trades when volatility is low (ATR is less than 0.5% of price).
MaxSpreadPoints = 200 EA will not trade if spread is larger than 200 points. (Avoids bad market conditions.)
MaxOpenTrades = 1 Maximum of 1 open trade at the same time.
MaxDailyLossPct = 5.0 If account loses more than 5% in a day, EA stops trading until next day.
TradeLongs = true Allow EA to open BUY trades.
TradeShorts = true Allow EA to open SELL trades.

反馈

1
开发者 1
等级
(12)
项目
24
50%
仲裁
1
100% / 0%
逾期
6
25%
空闲
2
开发者 2
等级
(24)
项目
30
13%
仲裁
12
0% / 75%
逾期
8
27%
空闲
3
开发者 3
等级
项目
0
0%
仲裁
1
0% / 100%
逾期
0
工作中
4
开发者 4
等级
(75)
项目
80
6%
仲裁
46
11% / 54%
逾期
7
9%
工作中
5
开发者 5
等级
(60)
项目
87
29%
仲裁
24
13% / 58%
逾期
7
8%
工作中
6
开发者 6
等级
(6)
项目
5
0%
仲裁
5
0% / 80%
逾期
1
20%
工作中
7
开发者 7
等级
项目
0
0%
仲裁
0
逾期
0
空闲
8
开发者 8
等级
项目
0
0%
仲裁
0
逾期
0
空闲
9
开发者 9
等级
(581)
项目
655
41%
仲裁
2
100% / 0%
逾期
1
0%
工作中
发布者: 9 代码
10
开发者 10
等级
(144)
项目
186
41%
仲裁
24
58% / 21%
逾期
13
7%
空闲
11
开发者 11
等级
(5)
项目
5
60%
仲裁
1
0% / 0%
逾期
2
40%
空闲
发布者: 1 代码
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
项目
1
0%
仲裁
1
0% / 100%
逾期
1
100%
工作中
14
开发者 14
等级
(254)
项目
260
30%
仲裁
0
逾期
3
1%
空闲
发布者: 2 代码
15
开发者 15
等级
(16)
项目
20
10%
仲裁
8
38% / 38%
逾期
3
15%
工作中
16
开发者 16
等级
(4)
项目
8
0%
仲裁
3
33% / 67%
逾期
4
50%
空闲
17
开发者 17
等级
(2)
项目
3
0%
仲裁
0
逾期
0
空闲
18
开发者 18
等级
(2)
项目
3
0%
仲裁
0
逾期
0
空闲
19
开发者 19
等级
项目
0
0%
仲裁
0
逾期
0
空闲
20
开发者 20
等级
(452)
项目
565
26%
仲裁
24
42% / 38%
逾期
85
15%
空闲
发布者: 6 代码
21
开发者 21
等级
(39)
项目
46
28%
仲裁
14
21% / 64%
逾期
1
2%
已载入
22
开发者 22
等级
(4)
项目
5
40%
仲裁
1
0% / 0%
逾期
0
空闲
23
开发者 23
等级
(183)
项目
236
20%
仲裁
21
43% / 19%
逾期
0
已载入
24
开发者 24
等级
(17)
项目
23
39%
仲裁
6
33% / 50%
逾期
0
空闲
25
开发者 25
等级
项目
0
0%
仲裁
0
逾期
0
空闲
26
开发者 26
等级
(48)
项目
49
8%
仲裁
0
逾期
0
空闲
27
开发者 27
等级
(8)
项目
17
41%
仲裁
2
0% / 100%
逾期
4
24%
已载入
28
开发者 28
等级
项目
0
0%
仲裁
0
逾期
0
空闲
发布者: 2 代码
29
开发者 29
等级
(64)
项目
144
46%
仲裁
20
40% / 15%
逾期
32
22%
工作中
30
开发者 30
等级
项目
0
0%
仲裁
0
逾期
0
空闲
31
开发者 31
等级
(6)
项目
5
0%
仲裁
2
50% / 50%
逾期
2
40%
空闲
相似订单
need a high-quality Expert Advisor for MT5 based on the RSI strategy. ​Key Features: ​News Filter: The EA must stop trading 30 minutes before and after High-Impact news. ​Risk Management: > - Customizable Lot size (Default: 0.05). ​Hard Stop Loss fixed at 10 USD. ​Trailing Stop feature included. ​Strategy: RSI (30/70) entries for Gold and Forex. ​Please provide a professional and clean MQL5 code
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction or
Good morning, I have a Gap Fill strategy and a 10 min opening range break strategy that trade on RTH ES Futures data I have been working on that seem to have some bugs while live trading. They have both been coded by ChatGPT so I would like someone that know how to properly code a strategy to go over each to proof and debug them. Would you be able to do this and could you possibly add some context or features that
i need ninjatrader strategy, i want to buy this strategy, i mean an existing ninjatrader strategy, we can make deal after i have seen the backtest of the ninjatrader strategy, my budget is within 100 to $120
I am looking for an experienced MQL5 developer to build a fully automated trading bot (Expert Advisor) for MetaTrader 5 . The bot will focus on trend-following scalping and must be designed to trade XAUUSD and BTC on the M1 timeframe . The objective is to create a stable and efficient EA that can open multiple trades per day while managing risk using proper stop-loss, take-profit, and trailing stop mechanisms
I am looking for an experienced MT4 (MQL4) developer to build a Harmonic Pattern Indicator with a PRZ (Potential Reversal Zone) detection system , similar to advanced harmonic scanners. Kindly apply if you can handle this project. Note: I don't want unprofessional developer
hello, i want a convertion of this trading view indicator FVG (NEPHEW_SAM_) to mql5 to be add later to an expert advisor. i want to access this data, gap data printed on current timeframe and multi timeframe that i choose (current, timeF1, timeF2, timeF3, timeF4)(gap time, gap value, top gap value, low gap value, gap type bull / bear, gap type iFVG or FVG). a function that check if the price is checking the gap at
I have developed a ready-made quantitative trading system for MetaTrader 5. The system uses an ensemble of machine learning models (XGBoost, LightGBM, Random Forest) combined with a market regime filter based on a Hidden Markov Model. Core features: - Automated trading for XAUUSD - Risk management and dynamic position sizing - Market regime detection (trend / range) - Volatility filter - Telegram monitoring interface
Hello, I am looking for an experienced MT5 (MetaTrader 5) developer to create a simple and reliable Forex trading EA. Broker: Skyriss Platform: MT5 Requirements: • EA should work only on Forex pairs (EURUSD, GBPUSD, USDJPY, USDCHF) • Around 1–2 trades per day is enough • Proper risk management with Stop Loss (SL) and Take Profit (TP) • Prefer low-risk trading with 0.01–0.03 lot depending on balance • No martingale or
hello, please take a moment to review my project. It is for Quanttower. it is very detailed in the instructions. Thank you, Just let me know if you can do it and the whats the cost and timeframe

项目信息

预算
30+ USD
截止日期
 1  7 天