ANE_User_Manual

ANE User Manual

Trading involves substantial risk. Past performance does not guarantee future results. Always test on a demo account before going live.
  • 00 — Before You Start

    ANE is a fully automated Expert Advisor (EA) for XAUUSD (Gold) on the M15 timeframe. Before deploying, confirm the following conditions apply to your setup.

    ANE may be a good fit if you:
    - Want a fully automated system with no manual intervention required
    - Have an ECN or RAW spread
    - Can keep a terminal or VPS running 24/5 during market hours (the market is closed on Saturday and Sunday)
    - Understand the EA may hold multiple open positions simultaneously with periods of floating drawdown
    - Have adequate capital and are committed to testing on demo first

    ⚠️ ANE uses a GRID positions / Martingale approach. Total floating drawdown across the group of open trades may be higher than a single-trade EA. Proper capital allocation is the most critical factor.
  • 01 — Introduction & Minimum Requirements
    PropertyValue
    AssetXAUUSD (Gold)
    TimeframeM15
    PlatformMT5
    Account TypeECN / RAW Spread
    Account ModeHedge (required)
    Min Leverage1:100
    Min Capital$500
    Recommended Capital$1,000+

    The $1,000+ recommendation is based on the default Reference Balance = 1000 in Risk Management. Running below this requires proportionally reducing lot size to maintain safe risk levels.

    ✅ ECN and RAW accounts provide the tightest execution conditions. Standard accounts with higher fixed spreads may negatively impact performance.
  • 02 — Installation & Initial Setup

    Step-by-Step Setup

    Step 1 — Attach the EA to the correct chart

    • Log in to the MQL5 account that purchased the bot on your MT5 platform.
    • In MT5, go to Tools -> MQL5 Market
    • Search for ANE in the Market search bar, locate the product and click Download to install it.
    • Once downloaded, the EA will appear in your Navigator panel under Expert Advisors.
    • Open MT5 and navigate to the XAUUSD chart.
    • Set the timeframe to M15.
    • Drag and drop the ANE EA from the Navigator onto the chart.
    • In the EA settings window, go to the Common tab and check:
      • Allow Algo Trading
      • Allow modification of Signals settings

    Step 2 — Check your broker’s quote format

    What you seeQuote TypeAction Required
    2345.67 (5 digits)2-digit brokerKeep Max Spread = 70
    2345.678 (6 digits)3-digit brokerChange Max Spread = 700
    Important: If you skip this step on a 3-digit broker, the EA will almost never place trades because all real spreads will appear larger than 70.

    Step 3 — Set Your Broker Time Offset

    ANE uses IC Markets server time (GMT+2 / GMT+3 DST) as the reference. If your broker uses a different server time, you need to adjust this parameter.

    Parameter: Your broker time offset vs GMT+2

    BrokerAction
    IC MarketsKeep value at 0 (default)
    ExnessSet value to -2
    Other brokersCalculate using the formula below
    inpTimeOffset = Your Broker Time − IC Markets Current Time

    Examples:

    • Broker shows 10:00, IC Markets shows 12:00 → set -2
    • Broker shows 15:00, IC Markets shows 12:00 → set 3
    • Using IC Markets → keep 0
      You can check your broker time from the clock in Market Watch or the last bar time on the chart.
      ⚠️ IC Markets switches between GMT+2 and GMT+3 twice a year (daylight saving). Remember to update this value accordingly.

    Step 4 — Enable Algo Trading

    • Make sure the Algo Trading button in the MT5 toolbar is green.
    • The EA should show a blue hat on the top-right of the chart when running correctly.
    ⚠️ If AutoTrading is disabled or the broker blocks automated trading, ANE will not place any orders. Enable “Allow automated trading” in MetaTrader Tools → Options.
  • 03 — Main Settings
    ParameterDefaultDescription
    EA Identifier1Unique ID to distinguish this EA when running multiple instances on the same account
    Trade CommentANE - Gold scalp systemLabel attached to each order, visible in trade history
  • 04 — Risk Management
    ParameterDefaultDescription
    Lot CalculationFixed LotLot size is fixed and does not auto-scale with balance changes
    Lot CalculationAuto LotEA scales lot size automatically based on your account balance relative to the Reference Balance.
    Lot Size (Fixed)0.01Volume per trade — 0.01 equals 1 micro lot
    Reference Balance1000Baseline balance used if switching to Auto lot-sizing mode
    Min Lot Allowed0.01Smallest permitted lot size
    Max Lot Allowed100.0Upper cap to prevent oversized position entries

    Auto Lot formula:
    Lot = (Account Balance ÷ Reference Balance) × Lot Size (Fixed)

    📌 Note: Reference Balance is always fixed at 1000 and cannot be changed. All Auto Lot calculations are based on this value.

    Example:
    Reference Balance = 1000, Lot Size = 0.01
    → $ Lot Size = 0.01 → Actual lot = (500 / 1000) × 0.01 = 0.005 (rounds up to min 0.01)
    → $ Lot Size = 0.04 → Actual lot = (500 / 1000) × 0.04 = 0.02
    → $500 account → 0.005 lot (rounds to min 0.01)

    ⚠️ When calculated lot falls below the broker's minimum (0.01), the EA rounds up automatically — meaning actual risk will be higher than intended. For accounts under $1,000, consider using Fixed Lot = 0.01 instead.

    How the Strategy Works

    ANE employs a multi-position management approach — the EA may open additional positions to optimize the overall average entry price of the group under suitable market conditions.

    • Positions are managed collectively as a group, not individually
    • Can improve average entry prices in both ranging and trending conditions
    • Total floating drawdown across the group may exceed single-trade EAs
    • Risk is controlled via lot size, capital allocation, and Max Drawdown protection
    ⚠️ This strategy carries elevated risk during sustained one-directional market moves. Always size positions relative to total capital — not individual trade outcomes.
  • 05 — Account Protection
    ParameterDefaultDescription
    Max Drawdown % (0=disabled)80ANE stops all trading if account drawdown reaches this percentage of balance
    ⚠️ The 80% threshold is a last-resort safety net — not a primary risk control. Drawdown should be managed well below this level through appropriate lot sizing and capital allocation.
  • 06 — Display Panel
    ParameterDefaultDescription
    Show Info Panel on ChartfalseToggle real-time EA status overlay on the chart
    Panel X Position10Horizontal position of the panel (pixels from left edge)
    Panel Y Position30Vertical position of the panel (pixels from top edge)
    Set Show Info Panel = true during active monitoring. Adjust X/Y values so the panel does not overlap price or indicators.
  • 07 — Q&A — Frequently Asked Questions

    Does ANE use fixed Stop Loss (SL) and Take Profit (TP)?

    ANE does not rely on fixed SL/TP on individual trades. Exits are managed dynamically through the EA’s internal logic, evaluating the overall performance of the position group. Risk is controlled through lot size, capital allocation, and Max Drawdown protection.

    Are future updates included for free?

    Minor updates and bug fixes are generally made available to existing users at no additional cost.

    Does ANE trade automatically without manual intervention?

    Yes. Once attached to the chart with AutoTrading enabled, ANE operates fully autonomously. You only need to keep the terminal running, ensure sufficient free margin, and periodically review performance.

    The EA is attached but not placing trades — what should I check?

    Verify the following:
    - AutoTrading button is green in the MetaTrader toolbar
    - Blue Hat icon is visible on the chart


Trading foreign exchange, gold, and other financial instruments involves substantial risk of loss and is not suitable for all investors. Leverage can amplify both gains and losses.

Past performance of ANE or any trading system does not guarantee future results. No automated strategy can ensure profitability under all market conditions.

Always test on a demo account before trading with real money. Never trade with capital you cannot afford to lose. ANE is a trading tool — not financial advice. You are solely responsible for your trading decisions and risk management.