View RSS Feed

Recent Blogs Posts

  1. William Gann methods (Part I): Creating Gann Angles indicator

    by , Yesterday at 08:07 AM
    In this article, we will dive into the world of William Gann's trading methods, starting with creating Gann Angles indicator in MQL5. We will go through the theory behind this tool and implement it step by step as a custom indicator for the MetaTrader 5 platform.
    more...
    Categories
    Uncategorized
  2. Master MQL5 from beginner to pro (Part IV): About Arrays, Functions and Global Terminal Variables

    by , Yesterday at 07:44 AM
    In this article I will cover three global topics:
    • Data arrays, which complete the main part about the data inside the program.
    • Global terminal variables, allowing the exchange of simple data between different MQL5 programs.
    • Some of the feature of functions and their interactions with variables.
    more...
    Categories
    Uncategorized