Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Internal_Strength - indicateur pour MetaTrader 5

Vues:
4109
Note:
(11)
Publié:
2018.10.25 18:17
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Internal Strength oscillator. The indicator specifies the point of a daily range the price is located in.

It has four inputs:

  • Calculating mode - calculation method
    • HLC - by High, Low and Close prices
    • RSI - RSI based on HLC
  • RSI period - RSI calculation period
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

  • If Calculation mode = HLC

    Internal Strength = Data
  • Если Calculation mode = RSI

    Internal Strength = RSI(Data,RSI period)

where:

Data = (Close  - Low[i]) / HL HL = High - Low


Fig. 1. Internal Strength mode HLC


Fig. 2. Internal Strength mode RSI



Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22351

MA Envelopes MA Envelopes

The Expert Advisor sets pending Buy limit and Stop limit orders.

Market_Direction_Indicator Market_Direction_Indicator

Market Direction Indicator

Extreme_TMA_line_indicator Extreme_TMA_line_indicator

Extreme TMA Line indicator

CAD CAD

Consecutive Advance/Decline indicator