거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
게시자:
Nikolay Kositsin
조회수:
15131
평가:
(20)
게시됨:
2011.12.06 13:40
업데이트됨:
2016.11.22 07:32
afirma.mq5 (8.92 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

gpwr

AFIRMA (Autoregressive Finite Impulse Response MA) based on the digital filter accurately shows the price movement, though with a time lag.

Moving Average based on the smooth function fitting (a polynom or sin/cos like in Fourier transform) has no lag but often shows the price movement not so well.

The proposed moving average smooths out the price movement using the digital filter for all candlesticks, except the latest ones, the number of which is equal to the filter time lag. These candlesticks are smoothed by cubic spline fitting using least square method. The condition of combined moving average and its first derivative continuity is set at two moving averages crossing. As a result, we have the smooth moving average that accurately tracks the prices without a time lag.

Input parameters:

  1. Periods - sets the low frequency filter transmission width equal to 1/(2*Periods);
  2. Taps - number of delay units in the filter (must be an odd number), i.e. the filter must have Taps prices to form the new smoothed МА value;
  3. Window - selects the filter approximation the following way:
    • Window=1 - rectangular window;
    • Window=2 - Hanning;
    • Window=3 - Hamming;
    • Window=4 - Blackman;
    • Window=5 - Blackman-Harris.

The first part of MA built using the digital filter is displayed by the blue-violet curve. The second part of MA built by cubic spline fitting is displayed by the red curve.

AFIRMA

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

METRO METRO

This oscillator displays its values considering RSI (Relative Strength Index) technical indicator.

XDeMarker_BB XDeMarker_BB

DeMarker indicator with the possibility to select smoothing algorithms that is made in color with dynamically changing oversold and overbought levels.

TSI-Oscillator TSI-Oscillator

The typical normalized oscillator varying within the range -100 to +100 and provided with a signal line.

VHF (Vertical Horizontal Filter) VHF (Vertical Horizontal Filter)

Vertical Horizontal Filter (VHF) shows, if there is a trend or a flat