거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
4874
평가:
(11)
게시됨:
2018.08.23 14:16
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Anchored Momentum indicator by Rudy Stefenel was first proposed in the "Technical analysis of Stocks and Commodities" magazine in 1998.

There are seven configurable parameters:

  • First MA period;
  • First MA method;
  • Second MA period;
  • Second MA method;
  • Applied price - moving average calculation price;
  • Upper limit of the buffered zone;
  • Lower limit of the buffered zone.

Calculation:

AMOM = 100.0 * MA1/MA2 - 1.0

where:

MA1 = MA(Applied price, First MA period, First MA method)
MA2 = MA(Applied price, Second MA period, Second MA method)
Interpretation: Entering towards the zero or buffer area line crossing. The buffer area serves for cutting off minor price fluctuations. It is also possible to track the divergences of the indicator and price charts.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21642

Advanced_Fractal_On_MA Advanced_Fractal_On_MA

Advanced Fractal On MA signal indicator searches for fractals of the moving average line. The indicator uses two moving averages for searching upper and lower fractals.

Dematus Dematus

Increasing a position volume. Entry signal by iDeMarker (DeMarker, DeM) indicator. Regular trailing and trailing by equity.

Choppy market index - smoothed Choppy market index - smoothed

Choppy market index - smoothed

MFI smoothed MFI smoothed

MFI smoothed