Tuesday, March 10, 2026

Author: Roberto Jacobs (3rjfx) | Featured on Forex Home Expert

Introduction

In the world of Forex, many indicators come and go. However, a true algorithmic gem stands the test of time. Today, I am integrating the ForexLines Indicator—a tool I originally published on the MQL5 CodeBase back in 2016—into my latest Expert Advisor (EA) framework.

This expert advisor ExpMACross2_MCEA is part 2 of the multi-currency expert advisor that I built using the Moving Average indicator signal and this time I used the ForexLines indicator that I have created and published on MQL5 CodeBase since 2016 (10 years ago). This means that this Expert Advisor is Part 2: Multi-Pair Trading Strategy with MA Cross Over Signal with the Legendary ForexLines Indicator.

Tuesday, March 3, 2026

Author: Roberto Jacobs (3rjfx) | Featured on Forex Home Expert

Introduction

This GMM_MD_MCEA - Python MT5 integration Multi-Currency Expert Advisor program is a development of the GMM Master Dashboard that I explained in the previous article GMM Master Dashboard: The Story Behind the Innovation.

While the GMM Master Dashboard program is simply a Python program that provides signals for manual trading, the GMM_MD_MCEA program enhances the GMM Master Dashboard's capabilities by not only providing signals on the dashboard but also managing orders as a multi-currency expert advisor.

Tuesday, February 17, 2026

Author: Roberto Jacobs (3rjfx) | Featured on Forex Home Expert

The Genesis of GMM

The idea to create the GMM Master Dashboard LR Magnet was born from a simple yet ambitious goal: I wanted a standalone price monitoring system that functions independently from the MetaTrader 5 (MT5) terminal interface. While I was aware that MQL5 offers a powerful bridge to integrate Python, I faced a significant hurdle—I wasn't a Python expert.

Featured Post

How to create a simple Multi-Currency Expert Advisor using MQL5 with Zigzag and RSI Indicators Signal

Author: Roberto Jacobs (3rjfx) | Featured on Forex Home Expert Introduction The Expert Advisor discussed in this article is a mult...