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
Vues:
9458
Note:
(24)
Publié:
2012.12.03 16:24
Mise à jour:
2016.11.22 07:32
i_trend.mq5 (5.29 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The Expert Advisor is rewritten from MQL4, the unknown author, published by Scriptor, link to the source - https://www.mql5.com/en/code/7599.

How it works

Green line - price difference with one of the line of Bollindger Bands®.

Red line - sum of values of the BearsPower and BullsPower indicators multiplied by -1.

 

The i_Trend indicator (the third window below) and indicators on the basis of which it is built: Bollinger bands, BearsPower and BullsPower

Parameters

  • Price - Price type used to calculate the difference of price and Bollinger Bands.
  • BBPeriod - Period of Bollinger Bands.
  • BBShift - Shift of Bollinger Bands.
  • BBDeviation - Deviation of Bollinger Bands.
  • BBPrice - Price of Bollinger Bands.
  • BBLine - Used line of Bollinger Bands.
  • BullsBearsPeriod - Period of Bulls Bears Power.

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

Lucky Lucky

Simple scalper

GO GO

The Expert Advisor analyses four Moving Averages: open, high, low, close. On its basis it calculates GO value and opens position according to its value

BarsMaxMinSystem BarsMaxMinSystem

The Three-Bar High/Low System indicator by Larry Williams

Exp_X2MA Exp_X2MA

The Expert Advisor Exp_X2MA is drawn on the basis of X2MA universal Moving Average change.