거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

FTLM-STLM - MetaTrader 5용 지표

게시자:
Nikolay Kositsin
조회수:
16934
평가:
(31)
게시됨:
2011.08.09 18:16
업데이트됨:
2016.11.22 07:32
ftlm-stlm.mq5 (28.37 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

Vladimir Kravchuk "New Adaptive Method of Following the Tendency and Market Cycles"

Fast Trend Line Momentum (FTLM) and Slow Trend Line Momentum (SLTM) indicators show the rate of price change, FATL and SATL are calculated the similar way as Momentum indicator:

FTLM(bar) = FATL(bar) – RFTL(bar)
STLM(bar) = SATL(bar) – RSTL(bar)

where:

  • FATL(bar) - FATL digital filter;
  • RFTL(bar) - RFTL digital filter;
  • SATL(bar) - SATL digital filter;
  • RSTL(bar) - RSTL digital filter;

Coefficients of FATL and RFTL digital filters

Coefficients of FATL and RFTL digital filters

<Coefficients of SATL and RSTL digital filters

Coefficients of SATL and RSTL digital filters

The main difference FTLM from the classic Momentum indicator is the following: it uses the close prices, processed by digital fiters instead of close prices itself. As a result, FTLM looks smoothed and regular, in contrast with classic Momentum technical indicator.

Fast Trend Line Momentum (FTLM) and Slow Trend Line Momentum SLTM) indicators

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

Module of Trade Signals, based on Chande Momentum Oscillator Module of Trade Signals, based on Chande Momentum Oscillator

Crossover of overbought/oversold levels of Chande Momentum Oscillator is used as a signal to open positions.

Chande Momentum Oscillator Chande Momentum Oscillator

Chande Momentum Oscillator (CMO) is a technical indicator that attempts to capture the Momentum.

Arrows&Curves Arrows&Curves

Arrows&Curves shows signals to open and close positions.

ZerolagStochs ZerolagStochs

Stochastic Oscillator equivalent with a minimum lag.