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:
24215
Note:
(49)
Publié:
2011.08.02 12:57
Mise à jour:
2016.11.22 07:32
amka.mq5 (10.12 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

Perry Kaufman

Perry Kaufman's adaptive moving average with indicative (signal) points arrangement based on the standard mean-square deviation.

Signal points interpretation is as follows. In case the market goes flat, AMA indicator is placed horizontally and signal points are absent. In case there is a directional trend exceeding a mean-square deviation, a point of an appropriate color appears. That point is a signal for market entry or exit.

The following equation is used as a signal point positioning criteria:

AMA-AMA0 > StDev(AMA-AMA0,periodAMA)*dK

where:

  • AMA-AMA0 - АМА last expansion;
  • StDev(AMA - AMA0, periodAMA) - indicator extensions' standard deviation for a period;
  • dK - external parameter.

Adaptive Moving Average by Perry Kaufman

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

BrainTrend1Stop BrainTrend1Stop

BrainTrend1Stop is a trend reversal indicator.

BrainTrend1Sig BrainTrend1Sig

BrainTrend1Sig is an indicator for positions opening and closing. It indicates trend reversal points when a price reaches extreme values.

Aroon Aroon

Aroon indicator created by Tushar Chande indicates if a long-term trend is going to an end or just pausing a little before a new movement.

Aroon Oscillator Aroon Oscillator

Aroon Oscillator predicts price changes from trend to flat market conditions.