Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator

Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator

17706
0
DELE

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;
   }

Binære alternativer Indikatorer – Instruksjoner for nedlasting

Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator is a Metatrader 4 (MT4) indikator og essensen av forex indikatoren er å forvandle den akkumulerte historie 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.

Basert på denne informasjonen, tradere kan anta ytterligere bevegelse pris og justere sin strategi deretter.

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 / eksperter / indikatorer /
  • Starter eller omstarter Metatrader Client
  • Velg Kart og Tidsramme hvor du vil teste din indikator
  • Søk “Tilpassede Indikatorer” i Navigator stort sett igjen i Metatrader Client
  • Right click on Bounce Strength Indicator 2.0 with Tango Line Binary Options Indicator.mq4
  • Fest til et diagram
  • Endre innstillinger eller trykk 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?

  • Velg Chart hvor ligger Indikator kjører i Metatrader Client
  • Høyreklikk i Diagram
  • “Indikatorer liste”
  • Velg Indicator og slett

Klikk her under for å laste ned binære alternativer Indikatorer:
bounce-strength-indicator-2-0-with-tango-line

INGEN KOMMENTARER

LEGG IGJEN ET SVAR