거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
7127
평가:
(23)
게시됨:
2016.11.28 09:06
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Velocity (which is often called a "smoother momentum" since it is much smoother than momentum without lagging at all) with an addition of 3 types of normalization:

  • ATR normalization
  • standard deviation without sample correction
  • standard deviation with sample correction
  • and no normalization (in order to have "clean" version too)

Also, since velocity is (even when normalization is applied), not an indicator with fixed bounds, this indicator is using floating levels for what is usually called overbought and oversold levels (+ a floating "zero" line is added). Something that would look like a "fixed levels" is easily achieved if you use long floating levels period in which case those levels are quite similar to fixed levels.

Indicator is having the usual set of prices and alerts (depending on the 3 type of coloring options) and is already a multi time frame version.


Indicator can be used like any momentum indicator (in that case recommended coloring mode is to use either slope coloring or "zero" middle level crossing coloring) or it can be used as a "trending" indicator in which case it is better to use coloring on outer level cross, and longer calculation periods are advised in that case.


Aroon oscillator - dynamic zones (levels) Aroon oscillator - dynamic zones (levels)

Aroon oscillator — that is using dynamic levels/zones instead of using fixed levels for overbought and oversold conditions.

i-Paramon work time i-Paramon work time

i-Paramon work time (new version).

ADXm ADXm

ADXm - version for MetaTrader 5

Scale Fibonacci Arcs Scale Fibonacci Arcs

Script to set correct scale on Fibonacci arcs attached to chart.