Работа завершена
Время выполнения 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
Оценка
Проекты
403
28%
Арбитраж
40
40%
/
50%
Просрочено
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
Оценка
Проекты
514
19%
Арбитраж
35
46%
/
31%
Просрочено
34
7%
Работает
7
Оценка
Проекты
35
23%
Арбитраж
4
0%
/
50%
Просрочено
2
6%
Работает
Похожие заказы
Hello, I want this project to be a complete redesign, not just an update. My goal is to build an institutional-grade TradingView indicator that is extremely accurate, stable, fast, and completely non-repainting. You are free to modify, delete, replace, or completely rewrite any part of the code if it improves the final result. I don't care about preserving the current code or appearance—I only care about building the
EA based on 5 mintues timeframe candles
100 - 250 USD
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y
Hello, I need a custom Expert Advisor for MetaTrader 5. I am trading from mobile only. **Account & Style:** - Capital: $5,000 - $10,000 - Risk: Moderate/Balanced - Trading Style: Scalping **Pairs & Timeframe:** - Symbols: EURUSD and XAUUSD - Timeframe: M5 **Strategy:** - BUY: RSI(14) < 30 AND Price > 20 EMA - SELL: RSI(14) > 70 AND Price < 20 EMA - Only 1 trade per symbol at a time - No Martingale / No Grid **Risk
> "I am looking for a reliable and profitable Expert Advisor (EA) or trading robot for MetaTrader. The EA should have a proven track record, good risk management, and stable performance in live market conditions. Please share the name of the EA, a brief explanation of how its strategy works, and any relevant performance statistics or backtest reports to help me evaluate it."
We are seeking an experienced MQL4/MQL5 programmer to develop a high-performance, fully automated Expert Advisor (EA). The bot must execute a sophisticated multi-currency hedging strategy across correlated forex pairs. Key Responsibilities Develop Multi-Currency Logic : Build an EA capable of scanning and trading multiple currency pairs simultaneously from a single chart or setup. Implement Hedging Strategy : Code
I am looking for an experienced MetaTrader 5 expert. I already have 3 MT5 trading accounts. I need someone to: 1. Help me choose a reliable Windows VPS. 2. Connect to my VPS remotely (AnyDesk or TeamViewer). 3. Install 3 MetaTrader 5 terminals. 4. Configure: - 1 Master Account - 2 Slave Accounts 5. Install and configure a professional Trade Copier. 6. Copy all trades from the Master account to both Slave
I have an MT4 custom indicator (.ex4) that I use regularly, and I would like an identical MT5 version. Important: I do not have the source code (.mq4). I only have the compiled MT4 indicator. I am looking for an experienced MQL developer who can recreate the indicator's functionality and appearance for MT5 by analyzing its behavior. The MT5 version should match the MT4 version as closely as possible, including
Mac200
50+ USD
I need a Trend following Bot. Here we took entries by looking at two indicator which are 200 period ema and 12 26 9 MacD. Rules for entry exit are: Buy trade: When market is above 200 ema and MacD Line cross over the signal line and this cross over happened below the zero line of MacD indicator. We simply put Buy trade. Sell trade: When market is below 200 ema and MacD line crosses below the signal line and this
Multiple times EMA Crossing robot with smart entry
50 - 100 USD
I I would like to create a trading robot based on 2 ema crossing. The robot is pretty simple, it should open buy position when fast ema cross slow ema and vise versa. Also it should use martingale after the loss position. It should has expiration period inside the code and alerts l
Информация о проекте
Бюджет
123+ USD
Сроки выполнения
до 25 дн.