Important Warning:
The information on this site is not directed at residents of the United States, Germany, Belgium, Czech Republic, or any particular country and is not intended for distribution to, or use by, any person in any country or jurisdiction where such distribution or use would be contrary to the laws or regulations of that local jurisdiction.

Risk Warning:

  • It is important to understand that trading in the financial markets is not a 'get-rich-quick' scheme, and there are no shortcuts to consistent profitability.
  • Trading Forex and/or Contracts for Difference (CFDs) involves significant risks and may not be suitable for you or any other investors and carries a high risk of loss of capital.
  • Before investing, always do your own research and never risk more than you can afford to lose.
  • Building a successful trading strategy takes time, discipline, realistic expectations and a commitment to ongoing learning.
  • All content provided is for educational purposes only and does not constitute financial advice.

Showing posts with label Trailing Stop Loss. Show all posts
Showing posts with label Trailing Stop Loss. Show all posts

Part 4 - MA Cross Over Ichimoku Multi-Currency Expert Advisor

Author: Roberto Jacobs (3rjfx)

Introduction

Welcome back to Forex Home Expert. In this fourth installment of our technical series, we are peeling back the layers of one of the most robust algorithmic trading tools available for MetaTrader 5: the Exp_MAxTenkanKijun.mq5.
This isn't just another simple crossover robot; it is a sophisticated Multi-Currency EA designed to navigate the complexities of the global forex market by combining two distinct technical philosophies: the trend-following power of Moving Averages and the equilibrium-based insights of the Ichimoku Kinko Hyo system.



Multi-Currency Expert Advisor - Orders Management

Author: Roberto Jacobs (3rjfx)

Introduction

In the complex ecosystem of algorithmic trading, the entry signal is merely the beginning of the journey. While many traders obsess over the perfect indicator crossover or the most accurate prediction model, the true determinant of long-term profitability lies in how a trade is managed after it has been opened. This is particularly true for multi-currency systems, where the exposure is diversified across numerous assets, requiring a robust, automated, and intelligent approach to order management.



FiboPivotCandleBar Expert Advisor for MetaTrader 4

Author: Roberto Jacobs (3rjfx)

In this article, I'll explain how to create a standard and simple Expert Advisor (EA) or forex robot by applying Buy or Sell signals from the FiboPivotCandleBar indicator for MetaTrader 4.

First, let me explain that the FiboPivotCandleBar indicator for MetaTrader 4 is an indicator I created and have been sharing for free in the MQL5 Library since 2015. However, I have never applied the signals inan Expert Advisor or forex robot until now. This article won't delve into the Fibonacci and Pivot Point strategies, as they require a dedicated and lengthy discussion.

To create this Expert Advisor, I used the latest Event Handling Functions from MQL4 and several key properties and attributes that adhere to good MQL4 programming standards.