Showing posts with label Multi-Timeframe Expert Advisor. Show all posts
Showing posts with label Multi-Timeframe Expert Advisor. Show all posts

Part 3 - MA Cross Over Multi-Currency Expert Advisor

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

Introduction

In the dynamic world of algorithmic trading, the quest for a robust, versatile, and intelligent trading robot is never-ending. Traders often find themselves toggling between single-pair strategies that lack diversification and complex multi-currency systems that are difficult to manage.Today, we delve deep into the architecture of one such sophisticated solution: the Exp_MAxx4_MCEA.
This MetaTrader 5 (MT5) Expert Advisor represents a significant leap forward in automated Forex trading by combining classic technical analysis with modern risk management protocols across a vast spectrum of currency pairs.



MAW_MTF_MCEA: Efficient Trading Multi-Currency Across 21 Timeframes

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

Introduction

In algorithmic trading, "The Trend is Your Friend" is a golden rule. But how do you confirm a trend when different timeframes tell different stories? Today, I am proud to present the MAW_MTF_MCEA, a sophisticated Multi-Currency Expert Advisor for MetaTrader 5 that solves the multi-timeframe puzzle.



ZigZag_MTF_MCEA: The Multi-Currency Octopus with WPRPlus Momentum Filtering

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

1. Introduction

After mastering market structure with the ZigZag_MTF indicator, the next logical step for a professional trader is automation. Today, we dive into the brain of my most advanced Expert Advisor: the ZigZag_MTF_MCEA.

This EA takes and calculates signals based on and is exactly the same as the ZigZag Multi-timeframe indicator for MT5 (ZigZag_MTF) which I have discussed and whose code I shared in the previous article Precision Trading with ZigZag_MTF Dashboard: Stability Meets Agility.



Precision Trading with ZigZag_MTF Dashboard: Stability Meets Agility

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

1. Introduction

In the fast-paced world of Forex trading, the ability to see the Big Picture while maintaining focus on execution is what separates a professional from an amateur. Today, I am proud to introduce ZigZag Multi-timeframe (ZigZag_MTF), a high-performance multi-timeframe dashboard for MetaTrader 5 that redefines how we monitor market structure.



Money Flow Index Multi-Timeframe Indicator for MT5

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

Introduction

The Money Flow Index Multi-Timeframe (MFI_MTF) Indicator for MetaTrader 5 calculates and scans the Money Flow Index (MFI) on all 21 standard MT5 timeframes (M1 … MN1) and displays per-timeframe signals directly on the chart. The indicator creates a native iMFI handle for every timeframe, draws Wingdings arrow labels per timeframe, and computes a single consensus summary signal (exported as PowerMove[]) when a dominant directional majority exists. An on-chart clickable panel allows instant timeframe switching without reattaching the indicator.



Commodity Channel Index Multi-Timeframe Indicator for MT5

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

1. Introduction

The Commodity Channel Index Multi-Timeframe (CCI MTF) Indicator for MetaTrader 5 provides a comprehensive and compact way to read CCI momentum across all 21 standard timeframes (from M1 to MN1) on a single chart. Instead of switching charts and guessing whether shorter- or longer-term momentum supports your idea, this indicator calculates CCI on each timeframe independently and summarizes directional momentum with per-timeframe arrows plus a majority-based summary signal.



Average Directional Movement Index Multi-Timeframe Indicator for MT5

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

Introduction

The Average Directional Movement Index Multi-Timeframe (ADX MTF) Indicator for MetaTrader 5 provides directional signals from all 21 standard timeframes, ranging from M1 to MN1.

For each timeframe, it displays a directional arrow object (`OBJ_ARROW`) using Wingdings character 108:

🟢 Green arrow = upward ADX signal
🔴 Red arrow = downward ADX signal

After gathering these signals, the indicator calculates a consensus summary using a unique logic:
If the number of **up** signals is greater than **down + 1**, the indicator plots a larger **Wingdings 217** upward arrow * If the number of **down** signals is greater than **up + 1**, it plots a larger **Wingdings 218** downward arrow



On Balance Volume Multi-Timeframe Indicator for MT5

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

In this article, I will discuss the creation of the On Balance Volume Multi Timeframe indicator for MT5. This indicator will calculate the comparison of OBV movements in percentage terms across 21 different timeframes, ranging from M1 to MN1.

The On Balance Volume Multi-Timeframe indicator for MT5 (OBV_MTF) utilizes a template and displays a panel on the chart. Its function, operation, and usage are identical to the Strength of Price Movement Multi Timeframe indicator (SPM_MTF) as detailed in the previous article. For a comprehensive guide on creating a multi-timeframe indicator, you can refer to the following resources: Strength of Price Movement Multi Timeframe indicator for MT5



Strength of Price Movement Multi Timeframe indicator for MT5

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

In this article I will discuss about making the Strength of Price Movement Multi Timeframe indicator for MT5, where the indicator will calculate price movement comparison in percent on each timeframe, in this case 21 timeframes from M1 to MN1.

Introduction to the Multi-Timeframe Indicator for MT5.

The multi-timeframe (MTF) indicator is an incredibly useful tool for forex traders. It allows traders to view market conditions from various timeframes on a single chart, enabling them to make more informed decisions based on a broader perspective of market trends.

Key Functions of the MTF Indicator.