Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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:
5351
Note:
(16)
Publié:
2018.12.18 19:21
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Internal Strength indicator.

The indicator has three input parameters:

  • RSI period - RSI calculation period
  • Calculating method - calculation method
    • Price - calculation at High/Low/Close prices
    • RSI on price - RSI at High/Low/Close prices
  • Drawing type - display type
    • Line - line
    • Bars - bars

Calculation:

IS = Data

where:

  • If Calculating method = Price
    Data = Raw
  • If Calculating method = RSI on price
    Data = RSI(Raw,RSI period)

Raw = (Close-Low)/(High-Low)

Fig. 1. Internal Strength, RSI on price, Line


Fig. 2. Internal Strength, RSI on price, Bars


Fig. 3. Internal Strength, Price, Line


Fig. 4. Internal Strength, Price, Bars

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

Smoothed_CCI Smoothed_CCI

Smoothed CCI indicator

Track_Cyclical Track_Cyclical

Track Cyclical indicator

Heiken_Ashi_Zone_Trade Heiken_Ashi_Zone_Trade

Heiken Ashi Zone Trade indicator

Exp_TimeZonePivotsOpenSystem Exp_TimeZonePivotsOpenSystem

The trading system based on the signals of the TimeZonePivotsOpenSystem indicator