工作已完成
执行时间13 小时
员工反馈
customer gives details about the ea that he want good to work with
客户反馈
The developer understood the mission and executed. Has a deeper understanding of trading and applies it to the customer's advantage. Provided clear explanations and support.
指定
Summary:
Develop an MT5 autotrader that:
- Trades using a “Buy Low, Sell High” strategy based on mean reversion.
- Uses the 21-day Bollinger Bands (with the 21-day SMA as the centerline) to identify overbought/oversold conditions.
- Executes trades at a fixed size of 0.01 units per trade.
- Sets stop-loss levels using the ATR (21) to adapt to market volatility.
- Incorporates risk management, trade confirmation, and performance logging to ensure disciplined execution.
Strategy Overview:
-
Core Strategy:
The system implements a “Buy Low, Sell High” approach using mean reversion principles. The algorithm will seek to identify when the price is near its lower or upper bounds relative to historical averages and then enter trades accordingly. -
Timeframe & Indicators:
- Bollinger Bands:
- Period: 21 days
- The 21-day Simple Moving Average (SMA) forms the centerline.
- Upper and lower bands are calculated based on standard deviation (a standard multiplier, e.g., 2, can be used unless specified otherwise).
- Use the position of the price relative to these bands to gauge potential reversal zones.
- ATR (21):
- Period: 21 days
- This indicator will be used to dynamically determine the stop-loss distance based on current market volatility.
- Bollinger Bands:
Entry Criteria:
- Buy Signal (Long Entry):
- Condition: Price is trading at or near the lower Bollinger Band, indicating potential oversold conditions relative to the 21-day average.
- Additional Confirmation:
- Look for a divergence in momentum (if available) or a clear signal of price reversal.
- Price should have historically demonstrated a rebound when near this band.
- Sell Signal (Short Entry):
- Condition: Price is trading at or near the upper Bollinger Band, indicating potential overbought conditions relative to the 21-day average.
- Additional Confirmation:
- Similar to the long side, include confirmation from price action that a reversal or pullback is likely.
Order Execution & Position Sizing:
- Unit Size:
- All trades will be executed with a fixed size of 0.01 units per trade.
- Trade Frequency:
- The system should limit the number of simultaneous open positions to reduce exposure and adhere to the “quality over quantity” principle.
- Scaling and Re-entries:
- If the trade conditions reoccur and confirmation is maintained, the system may consider additional entries (still at 0.01 units each) but should remain conservative to avoid overtrading.
Stop-Loss Calculation:
- ATR (21) Based Stop-Loss:
- For each trade, calculate the current ATR (with a period of 21 days).
- Use a multiplier (e.g., 1x or 1.5x ATR) as a risk-adjusted stop-loss distance from the entry price.
- The stop-loss will be placed:
- For a long trade: below the entry price by the computed ATR value.
- For a short trade: above the entry price by the computed ATR value.
- The exact multiplier can be adjusted during optimization to suit the volatility profile of the instrument.
Trade Management & Exit Criteria:
- Take-Profit & Trailing Stops:
- Define a take-profit mechanism based on a favorable risk-reward ratio (preferably 1:1 or higher).
- Consider implementing a trailing stop feature (also ATR-based) that adjusts as the trade moves favorably.
- Manual Override / Safety Checks:
- Include logic to prevent entries during extremely low or high volatility periods if it deviates from historical behavior.
- Incorporate filters (e.g., market news or high-impact events) to temporarily halt trading.
Other Considerations:
-
Backtesting and Optimization:
- The autotrader should include parameters for the ATR multiplier and Bollinger Bands deviation multiplier to be optimized based on historical data.
- Ensure that the strategy is tested on multiple instruments to confirm its robustness.
-
Logging and Reporting:
- The system must log each trade, including entry conditions, stop-loss levels (based on ATR), take-profit levels, and exit reasons.
- Regular performance reports (e.g., daily/weekly summaries) should be generated for ongoing evaluation and refinement.
反馈
1
等级
项目
401
27%
仲裁
39
41%
/
49%
逾期
1
0%
空闲
2
等级
项目
67
37%
仲裁
5
40%
/
40%
逾期
1
1%
空闲
3
等级
项目
35
20%
仲裁
5
40%
/
40%
逾期
0
空闲
发布者: 1 代码
4
等级
项目
28
36%
仲裁
7
14%
/
71%
逾期
2
7%
空闲
5
等级
项目
228
80%
仲裁
22
27%
/
50%
逾期
11
5%
空闲
发布者: 24 文章, 1882 代码
6
等级
项目
506
19%
仲裁
32
44%
/
31%
逾期
34
7%
已载入
7
等级
项目
35
23%
仲裁
4
0%
/
50%
逾期
2
6%
工作中
相似订单
Combine the two indicators into one indicator. I want it to have both Dark and Light mode depending on MT5 theme. I want to be able to configure colours of each Lines and rectangles plotted. I will provide the codes for both separate indicators
Para Jardo
300+ USD
Safe NerdWallet is not a lender. Not all applicants will qualify for the full amount or lowest available rates. Rates for poor or fair credit can be over 36%. NerdWallet Compare, Inc. NMLS 1617539 Fin. Lender loans per DFPI Fin. Lenders Lic 60DBO-74812 NMLS Consumer Access | Licenses and Disclosures California: California Finance Lender loans arranged pursuant to Department of Financial Protection and Innovation
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Tradingview indicator
30+ USD
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
I need an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
Build MT5 Expert Advisor – LadyKiller EA
1000 - 2000 USD
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Billionflow
30 - 100 USD
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal
项目信息
预算
123+ USD
截止日期
到 25 天