Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator

Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator

18947
0
SHARE

Bounce Strength Indicator (BSI) shows the strength of bounce. It now works in trend and uses Tango Line calculations.

There is no difference in the basic concept, but I tried to remake it from a different angle.

I used the width of the range as a measure to measure (like a classical oscillator). This version does not use the width of the range. It uses the deviation from the center line instead. And the center line is the moving average of the Tango Line.

double ratio=0;
 //--- Bar Spread
 double sp=(high[k]-low[k]);
 //--- Not DownBar
 if(!(close[k-1]-sp*0.2>close[k]))
   {
    ratio=-1*(low[k]/TangoMaBuffer[k])+2;
    sumpos+=(close[k]-low[k])*ratio;
   }
 //--- Not UpBar
 if(!(close[k-1]+sp*0.2<close[k]))
   {
    ratio=-1*(high[k]/TangoMaBuffer[k])+2;
    sumneg+=(high[k]-close[k])*ratio;
   }

Binary Options Indicators – Download Instructions

Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator is a Metatrader 4 (MT4) indicator and the essence of the forex indicator is to transform the accumulated history data.

Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator provides for an opportunity to detect various peculiarities and patterns in price dynamics which are invisible to the naked eye.

Based on this information, traders can assume further price movement and adjust their strategy accordingly.

How to install Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator.mq4?

  • Download Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator.mq4
  • Copy Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator.mq4 to your Metatrader Directory / experts / indicators /
  • Start or restart your Metatrader Client
  • Select Chart and Timeframe where you want to test your indicator
  • Search “Custom Indicators” in your Navigator mostly left in your Metatrader Client
  • Right click on Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator.mq4
  • Attach to a chart
  • Modify settings or press ok
  • Indicator Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator.mq4 is available on your Chart

How to remove Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator.mq4 from your Metatrader Chart?

  • Select the Chart where is the Indicator running in your Metatrader Client
  • Right click into the Chart
  • “Indicators list”
  • Select the Indicator and delete

Click here below to download the Binary Options Indicators:
bounce-strength-indicator-2-0-with-tango-line

NO COMMENTS

LEAVE A REPLY