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

Nonlinear Kalman filter deviation - MetaTrader 5용 지표

조회수:
5220
평가:
(10)
게시됨:
2018.10.25 21:34
업데이트됨:
2019.01.29 15:42
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Theory:

We are having various methods of measuring volatility. One is the standard deviation (and all its variations - since standard deviation is using simple moving average - that are using various smoothing methods to calculate the estimated volatility). Each of it has it goods sides, but mainly the speed of response is crucial for volatility estimation.

This version:

This indicator is using Ehlers nonlinear Kalman filter (originally published, with some more description, here  : Nonlinear Kalman filter ) for deviation calculation. You can use one of the 4 standard types of averages for pre-smoothing method:

  • simple moving average (SMA)
  • exponential moving average (EMA)
  • smoothed moving average (SMA)
  • linear weighted moving average (LWMA)

Usage:

As any deviation calculating indicator, it is not a directional indicator (you can not tell the trend just by looking at the indicator). So this indicator is used for volatility assessment and you should use it in very similar way as using the standard deviation indicator.


Inertia_Candles Inertia_Candles

The indicator paints candles whose body sizes exceed the indicator input parameter in points

JSatlCandle_HTF JSatlCandle_HTF

JSatlCandle_HTF indicator with the timeframe selection option available in input parameters

Volatility quality Volatility quality

Volatility quality with ATR filter

Volatility quality - zero line Volatility quality - zero line

Volatility quality - zero line and ATR based