• v1.0-part-5 105279bea6

    Chacha Ian Maroa released this 2026-09-07 04:11:58 +00:00 | 0 commits to main since this release

    This release marks the Part 5 checkpoint of the Prop Firm Guard series.

    It extends the economic-news monitor from account-level event detection to position-level compliance analysis. Open positions are classified as affected, unaffected, or unsupported against the selected Economic Calendar event, and the configured news-holding rule is then evaluated against the active restriction window.

    The EA now tracks affected positions, records the current holding status, and marks only affected tickets that require later protection when news holding is prohibited. No automatic trade-closing action is performed in this checkpoint.

    This release contains the project state completed through Parts 1–5 and serves as the source baseline for the next stage of the series.

    Downloads
  • v1.0-part-4 9efa1bec92

    Chacha Ian Maroa released this 2026-09-05 18:07:42 +00:00 | 3 commits to main since this release

    This release marks the Part 4 checkpoint of the Prop Firm Guard article series.
    It extends the EA with exposure-aware economic-calendar monitoring. The implementation derives monitored currencies from supported open account positions, handles Forex symbols through broker-defined symbol properties and calculation modes, treats XAUUSD as USD calendar exposure, removes duplicate currencies, and searches MetaTrader's Economic Calendar for the nearest qualifying event. Calendar events are filtered by exposed currency, configured minimum importance, exact event time, and a 24-hour search horizon. The selected event is used to calculate the countdown and the configured pre-news and post-news restriction window. This checkpoint includes the functionality developed through Parts 1–4 and serves as the source baseline for the next article in the series.

    Downloads
  • v1.0-part-3 83f0de7398

    Chacha Ian Maroa released this 2026-09-03 18:28:22 +00:00 | 13 commits to main since this release

    Implements the Part 3 financial compliance engine for Prop Firm Guard. This release adds daily drawdown calculation from the confirmed daily starting balance, static overall drawdown monitoring from the initial challenge balance, realized profit-target tracking, readable financial states, and prioritized account-level guard status. Risk conditions are evaluated ahead of profit-target completion.

    Downloads
  • v1.0-part-2 4f664c39a7

    Chacha Ian Maroa released this 2026-09-02 08:00:05 +00:00 | 21 commits to main since this release

    This release marks the Part 2 source checkpoint for Prop Firm Guard.

    It adds persistent daily-session records identified by account login, trading server, and trading date. The EA can now create or restore the current trading-day session, monitor for a new server trading date, request explicit confirmation of the daily starting balance, and persist that confirmed baseline in SQLite.

    Reattaching the EA during the same trading day restores the previously confirmed starting balance instead of deriving a new reference from the current account balance.

    Downloads
  • v1.0-part-1-r1 89facd8836

    Chacha Ian Maroa released this 2026-08-31 16:40:54 +00:00 | 30 commits to main since this release

    Updated the Part 1 source checkpoint to align all function-level comments with MetaQuotes block-comment conventions. The EA logic, persistence behavior, validation rules, account-state handling, and database workflow remain unchanged.

    Downloads
  • v1.0-part-1 86789c7928

    Chacha Ian Maroa released this 2026-08-30 18:36:14 +00:00 | 34 commits to main since this release

    Source checkpoint for Part 1 of the Prop Firm Guard article series.

    This release establishes the EA foundation, prop-firm rule configuration,
    live account-state collection, input validation, and SQLite-backed
    account-specific persistent settings.

    Settings are identified by the trading account login and server and are
    recognized and synchronized when the EA is reattached.

    Downloads
  • v1.0-reference ceafc5a8e3

    Chacha Ian Maroa released this 2026-08-28 23:57:02 +00:00 | 42 commits to main since this release

    First complete reference implementation of Prop Firm Guard.

    This release captures the fully developed EA before beginning the article-development rebuild. It serves as a stable reference point for comparing, testing, and recovering functionality while the project is reconstructed progressively across the article series.

    Implemented features include:

    • Daily session management with persistent starting-balance confirmation
    • SQLite-based settings, session, and runtime persistence
    • Daily drawdown monitoring
    • Static overall drawdown monitoring
    • Profit-target tracking
    • Account-level compliance status evaluation
    • Economic Calendar news monitoring based on active account exposure
    • News-to-position matching and holding-rule enforcement
    • Configurable protection actions
    • Terminal and push-notification alerts
    • Real-time compliance dashboard
    • Persistent runtime state updates
    • Consistent chart appearance and One Click Trading integration

    This release is the reference implementation. The EA will subsequently be rebuilt from scratch in progressive stages for the Prop Firm Guard article series.

    Downloads