Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
24023
Rating:
(49)
Published:
2011.08.02 12:57
Updated:
2016.11.22 07:32
amka.mq5 (10.12 KB) view

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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.