Strategy

工作已完成

执行时间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.

Entry Criteria:

  1. 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.
  2. 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
开发者 1
等级
(274)
项目
403
28%
仲裁
40
40% / 50%
逾期
1
0%
空闲
2
开发者 2
等级
(47)
项目
67
37%
仲裁
5
40% / 40%
逾期
1
1%
空闲
3
开发者 3
等级
(33)
项目
35
20%
仲裁
5
40% / 40%
逾期
0
空闲
发布者: 1 代码
4
开发者 4
等级
(21)
项目
28
36%
仲裁
7
14% / 71%
逾期
2
7%
空闲
5
开发者 5
等级
(152)
项目
228
80%
仲裁
22
27% / 50%
逾期
11
5%
空闲
发布者: 24 文章, 1882 代码
6
开发者 6
等级
(329)
项目
515
19%
仲裁
35
46% / 31%
逾期
34
7%
工作中
7
开发者 7
等级
(16)
项目
35
23%
仲裁
4
0% / 50%
逾期
2
6%
工作中
相似订单
1. Contexte Gomez Stratégie développe une stratégie de trading propriétaire nommée ABCD Fibonacci, basée sur des retracements de Fibonacci et des moyennes mobiles. Cette stratégie est déjà documentée dans un livre de stratégie professionnel et une première version de l'EA existe. Le projet consiste à développer (ou faire évoluer) un Expert Advisor MQL5 robuste, fidèle à 100 % à la logique décrite ci-dessous, pour un
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
Hi, I need an experienced NinjaTrader 8/NinjaScript developer to finish or rebuild an automated futures strategy, ideally by the end of this week. I already have the complete TradingView Pine Script reference strategy, an existing ~2,000-line NinjaScript implementation, Playback logs, and known historical benchmark trades. MOST IMPORTANT REQUIREMENT: TRADINGVIEW ↔ NINJATRADER PARITY. The Pine Script is the reference
I am looking for a developer experienced in EAs, MT5 and trade management optimization to help me add an intelligent early-exit system to my existing XAUUSD trading robot. The EA is already fully functional and performs best on the M15 timeframe. The entry strategy, BUY/SELL logic, sessions and core structure are already implemented. The work should focus exclusively on adding early exits for trades that are
I need a custom MQL5 indicator for MetaTrader 5. The indicator must automatically print entry, stop loss, and take profit zones on the chart using dots. A critical requirement is that these dots must be non-lagging and absolutely non-repainting. Additionally, the indicator needs to identify and display current supply and demand zones. Please provide the mq5 source code and the ex5 file upon completion
PHANTOM PROTOCOL V1 35 - 150 USD
PHANTOM PROTOCOL V1 – MT5 EXPERT ADVISOR SPECIFICATION Develop a professional MetaTrader 5 (MT5) Expert Advisor named “PHANTOM PROTOCOL V1”. PRIMARY MARKET: - XAUUSD (Gold) - Designed primarily for M15 and H1 timeframes. - The EA must work with both 3-digit and 2-digit gold pricing where applicable. TRADING LOGIC: Use pure price-action and market-structure analysis rather than relying on a single indicator. The EA
Wanna Create A Trading Robot That Uses Liquidity Sweep And Smart Money Concept EA That Works On PC. I want A Developer Who Can Program Exactly My Strategy That Will Be Shared on A Video Upon The Selection. it Should Follow My Rules .It has To be able To Read Price Action, followed By Liquidity Sweep Areas And Combine with Smart Money Concept Knowledge. We Will Talk about Parameters later on . The robot should be able
1. Overview: I need an Expert Advisor (EA) for MT5 called "Gold Sniper" specifically optimized for XAUUSD (Gold). The EA should be a sniper scalper that takes high-probability trades on M5 and M15. It must work on any broker with low spread. 2. Strategy Logic: The EA should combine 3 confirmations: a) Trend Filter: EMA 50 & EMA 200. Only Buy if EMA 50 > EMA 200, only Sell if EMA 50 < EMA 200. Sniper Entry: Use RSI
I need an experienced trading-data specialist who can help me obtain 3–4 years of historical market data compatible with NinjaTrader 8 . The data will be used for trading strategy development, backtesting, and analysis

项目信息

预算
123+ USD
截止日期
 25 天