당사 팬 페이지에 가입하십시오
- 조회수:
- 24997
- 평가:
- 게시됨:
- 2011.08.02 12:57
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/387

BrainTrend1Stop is a trend reversal indicator.

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

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 predicts price changes from trend to flat market conditions.