Unlocking the J2JMA Indicator for MetaTrader 5: A Trader's Guide

Mike 2011.09.20 00:37 70 0 0
Attachments

If you're looking to enhance your trading strategy, the J2JMA indicator for MetaTrader 5 is a fantastic tool to consider. This indicator utilizes a double adaptive JMA (Jurik Moving Average) smoothing technique, which can help you identify trends more effectively.

So, how is the J2JMA average calculated? Here’s the breakdown:

J2JMA[bar] = JMA(JMA(PRICE[bar]))

In this formula:

  • JMA() - This represents the adaptive smoothing algorithm;
  • PRICE[] - This refers to the price series values;
  • bar - This is the current bar being analyzed.

The J2JMA indicator is particularly effective in identifying both short- and long-term trends. However, a word of caution: avoid using large values for the Length2 second smoothing depth. If you do, the indicator behaves more like a standard JMA average, with the Length parameter effectively becoming the sum of Length1 and Length2.

Both the ColorJ2JMA and J2JMA indicators utilize the CJJMA class from the SmoothAlgorithms.mqh library. Make sure to place this library in your terminal_data_folder\MQL5\Include directory for proper functionality. If you want a deeper understanding of how to use this class, check out the detailed article titled "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

ColorJ2JMA

List
Comments 0