Showing posts with label Trading Physics. Show all posts
Showing posts with label Trading Physics. Show all posts

Decoding Market Momentum: StochDegree MQL5 – The Power of Trigonometry in Trading

Author: Roberto Jacobs (3rjfx)

Discover the StochDegree indicator for MetaTrader 5. Visualize Stochastic values as degrees to spot trends and reversals faster.

Introduction

In the world of algorithmic trading, knowing the trend direction is never enough. The real question is: "How strong is the momentum?" For years, I have kept a secret tool in my personal trading arsenal—an indicator I developed in late 2023 and have continuously refined until its latest update on March 31, 2026. Today, I am officially introducing StochDegree.mq5 to the Forex Home Expert community.

Read the full article


Beyond Basic Trading: Strategic Risk Management with LRDegrees_MCEA Multi-Currency Engine

Author: Roberto Jacobs (3rjfx)

Explore LRDegrees_MCEA: a multi-currency engine using regression angles for smarter risk management in trading.

Introduction

In algorithmic trading, the biggest challenge isn't finding trends, but measuring their intensity. Many indicators are lagging or even repainting. Today, I'm introducing LRDegrees_MCEA, a Multi-Currency Expert Advisor (EA) built on a solid statistical foundation: Linear Regression Degrees (LRDegrees Indicator for MT5), an indicator I have shared with the global trading community on the MQL5 CodeBase since 2017.

The fundamental difference between Linear Regression Degress (LRDegrees) and the usual Linear Regression indicator is that LRDegress does not use a random price calculation, but in LRDegress I use a smoothed price calculation based on the EMA period 2 with Price Weighted Close (HLCC/4).

Read the full article


GMM Master Dashboard: The Story Behind the Innovation

Author: Roberto Jacobs (3rjfx)

GMM Master Dashboard: A standalone Python-MT5 trading system using Linear Regression Degrees and the 2014 Price Magnet logic for 30 currency pairs.

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.

Read the full article


The Physics of Trading: Applying Newton’s Law of Motion to ZigZag Reversals

Author: Roberto Jacobs (3rjfx)

Discover how Newton’s Laws of Motion solve ZigZag repainting. Use the 30/70 momentum threshold to confirm trend reversals with precision in MQL5.

1. Introduction

In the world of technical analysis, the ZigZag indicator is legendary for its ability to filter market noise and highlight the true structure of the market—its peaks and troughs. However, every veteran trader knows its greatest weakness: it repaints. A confirmed low today can disappear tomorrow if the price continues to drop.

To solve this, I developed ZigZag Reverses, an indicator that doesn't just track price; it measures Momentum Energy based on the laws of physics.

Read the full article