View RSS Feed

ForeCastle

  1. Trading with the MQL5 Economic Calendar (Part 3): Adding Currency, Importance, and Time Filters

    by , 12-31-2024 at 03:46 PM
    In this article, we build upon our previous work on the MetaQuotes Language 5 (MQL5) Economic Calendar, where we developed a News dashboard panel for displaying economic events in real time. Now, we will enhance this dashboard by implementing specific filters for currency, importance, and time, allowing traders to focus only on the news events most relevant to their strategies. These filters will provide a targeted view of market-moving events, helping to streamline decision-making and improve
    ...
    Categories
    Uncategorized
  2. Price Action Analysis Toolkit Development (Part 3): Analytics Master — EA

    by , 12-30-2024 at 03:46 PM
    Having developed the analytic comment script in the previous episode, I have identified its limitations regarding script properties, which I will outline below. While I acknowledge the considerable impact that the analytical comment script has had within the trading community, I have developed an Expert Advisor (EA) called Analytics Master. This EA offers the same analysis while also providing extra metrics for better trading insights. This new tool offers several advantages, including the ability
    ...
    Categories
    Uncategorized
  3. MQL5 Wizard Techniques you should know (Part 30): Spotlight on Batch-Normalization in Machine Learning

    by , 12-12-2024 at 03:16 PM
    This article, like all in this series, highlights the use of wizard assembled Expert Advisors in testing out new ideas. Introductions on how this is done can be got from here and here for new readers, with those 2 articles providing some guidance on how to use the code attached at the end of this article. For this piece, we are using quite a few custom enumerations of data as optimizable inputs. The MQL5 inbuilt enumerations can be declared in the custom signal file’s header, and they will
    ...
    Categories
    Uncategorized