View RSS Feed

mql5

  1. Introduction to MQL5 (Part 19): Automating Wolfe Wave Detection

    by , 07-26-2025 at 07:10 AM
    In this part, we’re moving from theory to implementation. We’ll explore how to identify Wolfe Wave structures programmatically and execute trades based on them using MQL5. This includes detecting key swing points, validating pattern rules, and preparing the EA to act on the signals it finds.
    more...
    Categories
    Uncategorized
  2. Price Action Analysis Toolkit Development (Part 30): Commodity Channel Index (CCI), Zero Line EA

    by , 07-05-2025 at 06:50 AM
    In this article, we build an MQL5-powered tool that simplifies price-action trading. The system automates a strategy based on four elements: a dual Commodity Channel Index (CCI), a 34-period Exponential Moving Average (EMA), the Average True Range (ATR), and pure price action. After reviewing each indicator and outlining the full trading strategy, we will walk through the step-by-step development of the Expert Advisor, test it, analyze the results, and draw conclusions. A summary of the other tools
    ...
    Categories
    Uncategorized