Home Technical Indicator Post

Enhance Your Trading with the i-SpectrAnalysis_OBV Indicator for MetaTrader 5

Attachments
13748.zip (6.14 KB, Download 0 times)

Author: klot

If you're looking to elevate your trading game, the i-SpectrAnalysis_OBV indicator is a fantastic tool to consider. This nifty indicator smooths out the On Balance Volume (OBV) timeseries by filtering out those pesky high-order harmonics, giving you clearer insights into market trends.

One of the standout features of this method is its virtually zero latency, which means you can react to market changes in real-time without the frustrating delays often associated with other indicators.

Indicator Input Parameters:

input ENUM_APPLIED_VOLUME VolumeType=VOLUME_TICK; // Volume
input uint N = 7; // Series length
input uint SS = 20; // Smoothing coefficient
input int Shift=0; // Horizontal indicator shift in bars

Here’s a quick breakdown of what these parameters mean:

  • N: This sets the series length (must be a power of two).
  • SS: The smoothing coefficient that zeroes out frequencies above your set value. Just a heads-up, SS can’t exceed 2^N; if SS equals 2^N, you’ll get a repeat of the OBV series.

To get started with this indicator, make sure you have the necessary library, which you can find here.

Fig.1. The i-SpectrAnalysis_OBV indicator

Fig.1. The i-SpectrAnalysis_OBV indicator

Related Posts

Comments (0)