Indicators for Entry & Exit Signals
1. EMA (Exponential Moving Average) — 50 & 200 Periods
• Trend Confirmation: Use the 200 EMA to determine the overall trend.
• Entry Signal: Look for price pullbacks to the 50 EMA in the direction of the trend.
2. RSI (Relative Strength Index) — 14 Periods
• Overbought/Oversold Conditions: Enter long when RSI is below 30 and rising; enter short when RSI is above 70 and falling.
3. MACD (Moving Average Convergence Divergence)
• Trend Confirmation & Momentum: Buy when the MACD histogram crosses above zero in an uptrend; sell when it crosses below zero in a downtrend.
4. Fibonacci Retracement (Optional for Extra Precision)
• Use Fibonacci levels (38.2%, 50%, 61.8%) to identify strong support/resistance zones for entry.
Entry Rules
1. For Long Trades:
• Price must be above the 200 EMA.
• Wait for a pullback to the 50 EMA.
• RSI must be below 40 and rising.
• MACD histogram must cross above zero for confirmation.
2. For Short Trades:
• Price must be below the 200 EMA.
• Wait for a pullback to the 50 EMA.
• RSI must be above 60 and falling.
• MACD histogram must cross below zero for confirmation.
Exit Rules
1. Take Profit (TP):
• Set TP at the next key support/resistance zone or Fibonacci extension (1.618 level).
• Alternatively, use ATR (Average True Range) for dynamic TP based on volatility.
2. Stop Loss (SL):
• Place SL below recent swing low (for buys) or above recent swing high (for sells).
• For tighter control, set SL at 1.5x ATR value.
3. Trailing Stop (Highly Recommended):
• Use a trailing stop that adjusts based on ATR to lock in profits while allowing price movement.
seeking an experienced MetaTrader 5 (MT5) developer to build a powerful swing trading Expert Advisor (EA) based on a proven strategy. The EA must be designed for precision, efficiency, and profitability with strong risk management features.
Risk Management (Critical for Consistency)
• Risk per Trade: 1-2% of account balance.
• Max Drawdown Limit: Implement a circuit breaker that halts trading if drawdown exceeds a defined threshold (e.g., 10% of total capital).
• Trade Filter: Avoid trading during major news events (integrate an economic calendar API if possible).
Bonus Features for Enhanced Performance
✅ Multi-Timeframe Analysis: Confirm entries on the 4H chart while observing the daily trend.
✅ Partial Profit Taking: Close 50% of the position at a 1:1 risk/reward ratio and let the rest ride.
✅ Dynamic Lot Sizing: Use balance-based lot adjustment for controlled risk scaling.
類似した注文
I need an MT5 Expert Advisor for XAUUSD (Gold) running on an Exness account. STRATEGY LOGIC The exact entry and exit rules will be provided in writing before development starts. Please quote for a single rule-based strategy with clearly separated logic, so the rules can be adjusted later without rewriting the whole EA. RISK MANAGEMENT (this is the priority of the project) - Risk per trade as a percentage of account
Modification of Trade_Panel_7 7.05 Objective . I have this utility “Trade_Panel_7 7.05” with which I open and close positions. Please refer to attached “Trade Panel Modification.jpg”. It shows an input parameter “Volume Step”. This parameter has the initial value of 0.02 as shown. This feature needs to be amended. Present Status . Value of lot size is increased by this “Volume Step”. I have built a whole series of
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs