View RSS Feed

All Blog Entries

  1. Improve Your Trading Charts With Interactive GUI's in MQL5 (Part I): Movable GUI

    by , 07-10-2023 at 01:56 AM
    Name:  Fig32006.png
Views: 19
Size:  17.1 KB

    Welcome to the exciting world of movable GUI in MQL5! This guide is here to empower you with the knowledge to create dynamic, interactive GUI that will elevate your trading strategies. We'll start by decoding the essential concept of chart events, the engine driving our GUI interactivity. With this foundation, we'll then guide you through crafting your first movable GUI.
    more...
    Categories
    Uncategorized
  2. How to Become a Successful Signal Provider on MQL5.com

    by , 07-09-2023 at 01:36 AM
    The objective of a successful signal provider is to discover a robust and profitable strategy that allows them to capture a small portion of that pie daily, broadcasting it to a large number of subscribers simultaneously.
    more...
    Categories
    Uncategorized
  3. Bid/Ask spread analysis in MetaTrader 5

    by , 07-08-2023 at 01:47 AM
    An indicator to report your brokers Bid/Ask spread levels. Now we can use MT5s tick data to analyze what the historic true average Bid/Ask spread actually have recently been. You shouldn't need to look at the current spread because that is available if you show both bid and ask price lines.

    more...
    Categories
    Uncategorized
  4. How to connect MetaTrader 5 to PostgreSQL

    by , 07-07-2023 at 01:46 AM
    Name:  wslinstall11.PNG
Views: 14
Size:  15.2 KB

    This article analyses five standard alternatives to connecting a Postgres database to MetaTrader 5, their requirements, Pros, and Cons. Also, we will set up a development environment, install a Postgres database as a remote one, connect to it, and insert and retrieve data to be consumed by an MQL5 script or EA.
    more...
    Categories
    Uncategorized
  5. Multilayer perceptron and backpropagation algorithm (Part 3): Integration with the Strategy Tester - Overview (I).

    by , 07-06-2023 at 01:46 AM
    Name:  152020.png
Views: 21
Size:  48.8 KB

    In previous articles, we discussed the construction and use of machine learning models in a simplified way using a client-server connection. However, these models only work in production environments because the tester does not execute network functions.
    more...
    Categories
    Uncategorized