Tâche terminée

Temps d'exécution 13 heures
Commentaires de l'employé
customer gives details about the ea that he want good to work with
Commentaires du client
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.

Spécifications

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.




Répondu

1
Développeur 1
Évaluation
(272)
Projets
401
27%
Arbitrage
39
41% / 49%
En retard
1
0%
Gratuit
2
Développeur 2
Évaluation
(47)
Projets
67
37%
Arbitrage
5
40% / 40%
En retard
1
1%
Gratuit
3
Développeur 3
Évaluation
(33)
Projets
35
20%
Arbitrage
5
40% / 40%
En retard
0
Gratuit
Publié : 1 code
4
Développeur 4
Évaluation
(21)
Projets
28
36%
Arbitrage
7
14% / 71%
En retard
2
7%
Gratuit
5
Développeur 5
Évaluation
(152)
Projets
228
80%
Arbitrage
22
27% / 50%
En retard
11
5%
Gratuit
Publié : 24 articles, 1882 codes
6
Développeur 6
Évaluation
(325)
Projets
506
19%
Arbitrage
33
42% / 30%
En retard
34
7%
Chargé
7
Développeur 7
Évaluation
(16)
Projets
35
23%
Arbitrage
4
0% / 50%
En retard
2
6%
Travail
Commandes similaires
MT4 EA TO TAKE TRADES FROM (A) HYDRA TREND RIDER AND (B) IQ GOLD GANN LEVELS ON MQL5.COM The MT4 version of these two indicators can be found on the mql5.com website with the following links: Hydra Trend Rider: https://www.mql5.com/en/market/product/111010?source=Site +Profile+Seller IQ Gold Gann Levels: https://www.mql5.com/en/market/product/134335?source=Site +Profile+Seller (1) ENTRY (a) Hydra Trend Rider
Xcopcash 30 - 400 USD
It the most grate trading robot vacuum forex cleaner it's best helper in the whole south Africa it profitable and helps lots of people in Africa it's high quality standard are maintained ina official website this I created byAkhan I siyo
أنا أبحث عن مبرمج محترف لإنشاء روبوت تداول (Expert Advisor) يعمل على منصة MetaTrader 4 أو MetaTrader 5. مواصفات الروبوت: يعمل على زوج XAUUSD (الذهب) يفتح صفقة شراء أو بيع حسب الإشارة يعتمد على مؤشرين: Moving Average RSI عندما يتقاطع الموفينغ أفريج مع الاتجاه ويؤكد مؤشر RSI يتم فتح الصفقة. إدارة المخاطر: تحديد Stop Loss تحديد Take Profit عدم فتح أكثر من صفقة في نفس الوقت إمكانية تغيير الإعدادات بسهولة. مطلوب: كود نظيف
I need an experienced MQL5 developer to modify my existing MT5 EA by replacing the current entry logic with a new breakout strategy and implementing strict prop-firm safety protections. The EA must behave exactly as specified below. If the final EA does not match the logic described, I will request revisions until it does. SYMBOL AND TIMEFRAME Symbol: USDJPY Timeframe: M15 only TRADING SESSION Trades may only open
I am looking to purchase an existing and profitable Expert Advisor (EA) designed for Gold (XAUUSD) scalping. This is not a request to develop a new EA . I am only interested in a ready system that is already trading profitably on a live account . Requirements • Designed for Gold / XAUUSD • Compatible with MetaTrader 5 (MT5) • Scalping strategy (preferably M1 or M5) • Verified live trading performance (preferably 6
Pinescript 100+ USD
I’m looking for a Pine Script developer who can reverse engineer the “Swing Only” logic of the Polytrends indicator on TradingView. The goal is to recreate how the swing trends are detected and plotted so it can be used as a custom indicator. If you have experience with TradingView Pine Script and reverse-engineering indicator logic , please reach out
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
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
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

Informations sur le projet

Budget
123+ USD
Délais
à 25 jour(s)