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

QWMA - quadratic weighted moving average - MetaTrader 5용 지표

조회수:
8844
평가:
(25)
게시됨:
2016.11.15 14:32
QWMA.mq5 (30.85 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This is the "regular" version of QWMA (what used to mean "quadratic weighted moving average"). The "quadratic" part does not stand any more, but the name is kept. Change made it able to calculate arbitrary weights, and that is why it is not (just) qwma any more, but since the original idea did come from that, the name remained ...

This version :

  • has a choice to use floating levels or not (if the floating levels period is set to <= 1, the levels will be ignored and the coloring automatically switches to coloring on slope)
  • has a choice of different color changes to help in decisions - color change on slope change, middle level cross or outer level cross
  • same setting is used by the alerts that are already part of the indicator
  • and it is multi time frame

Usual set (22 types) of prices can be explored and the usual set of alerts (messages, sounds, emails, push notifications - on still opened or already closed bar)

The  "speed" parameter of the qwma that can be experimented with. The common settings :

  • 0 - for simple moving average
  • 1 - for linear weighted moving average
  • 2 - for "quadratic" weighted moving average

But since the "speed" does not have to be integer, all the values between those values and values larger than those values can be used, and that makes it a limitless number of some sort of new average types (the calculating period is never changed)


MACD using QWMA MACD using QWMA

MACD that uses QWMA for calculation

Quantile bands - generalized Quantile bands - generalized

Quantile bands - generalized version.

Harmonic Pattern Finder V2 Harmonic Pattern Finder V2

Indicator to display existent and emerging harmonic chart patterns.

Rsi(oma) Rsi(oma)

Rsi (7 types of RSI) with a lot of additions.