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

Recursive Median Oscillator - with floating levels - MetaTrader 5용 지표

조회수:
8499
평가:
(21)
게시됨:
2018.12.21 09:11
RMO (fl).mq5 (16.4 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Theory :

In “Recursive Median Filters” in March 2018 issue of TASC, author John Ehlers presents an approach for filtering out extreme price and volume data that can throw off typical averaging calculations. Ehlers goes on to present a novel oscillator using this technique, comparing its response to the well-known RSI. He notes that by being able to smooth the data with the least amount of lag, the recursive median oscillator may give the trader a better view of the bigger picture.

Usage :

Ehlers suggests usage as signals on zero line cross. This version instead adds floating levels and, implicitly, makes it an adaptive indicator. To reflect the additions, now you have a choice when to change colors of the indicator :

  • change when the slope of RMO changes
  • change when the RMO crosses outer floating levels (default)
  • change when the RMO crosses the middle (dynamic "zero") level


PS:

Indicator is using default parameters as specified in the original. But you might want to experiment with that and using longer high pass periods seems to produce interesting results (as in the example)


Recursive Median Oscillator Recursive Median Oscillator

Recursive Median Oscillator

AMA to KAMA crossover - histogram version AMA to KAMA crossover - histogram version

Short description.

Adaptive Movinga Average - generalized version Adaptive Movinga Average - generalized version

Adaptive Movinga Average - generalized version

Adaptive Moving Average - generalized version with floating levels Adaptive Moving Average - generalized version with floating levels

Adaptive Moving Average - generalized version with floating levels