Home Technical Indicator Post

Unlock Your Trading Potential with the iSarX4 Indicator for MetaTrader 5

Attachments
1325.zip (2.16 KB, Download 0 times)

Introducing the iSarX4 Indicator

If you're into parabolic trading systems, you’re going to love the iSarX4 indicator. This nifty tool allows you to visualize four parabolic indicators at once, giving you a comprehensive look at market trends.

Indicator Input Parameters

Let’s dive into the specifics of how to set it up:

//+----------------------------------------------+
//| Indicator input parameters                   |
//+----------------------------------------------+
input double Start_Step=0.002;     // Step for the first indicator
input double Step_Shift=0.002;    // Size of step change
input double Maximum=0.2;        // Maximum for all indicators
input int    Shift=0;           // Horizontal shift of the indicator in bars

Understanding the Steps

The Start_Step parameter sets the initial step for the first parabolic indicator. Each subsequent parabolic indicator is adjusted based on this:

  • For the second parabolic indicator: Step = Start_Step + 1 * Step_Shift
  • For the third parabolic indicator: Step = Start_Step + 2 * Step_Shift
  • For the fourth parabolic indicator: Step = Start_Step + 3 * Step_Shift

Fig.1 The iSarX4 indicator

Fig.1 The iSarX4 indicator

 

Related Posts

Comments (0)