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

Elliot Oscillator Simple - MetaTrader 5용 지표

조회수:
7363
평가:
(21)
게시됨:
2018.07.26 16:10
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

By definition Elliot Oscillator is a "34 period Simple Moving Average of prices subtracted from a 5 period Simple Moving Average of prices displayed as a histogram above and below a zero line" (it is sometimes called a "5/34 Oscillator").

This version is doing exactly the same with only one difference: it allows you to chose periods of calculation. This way it is as simple as it gets and shows exactly what Elliot Oscillator indicator is about.

Range Oscillator + Bands (Smoothed) Range Oscillator + Bands (Smoothed)

This version is the smoothed version of the original Range Oscillator + Bands indicator. Smoothing is cleaning up some false signals and, since the smoothing method is JMA (which has very small lag) the added lag is as small as it can be making it much easier to use in a lot of decision situations.

Range Oscillator - Smoothed Range Oscillator - Smoothed

This version of Range Oscillator has smoothing option in order to avoid some false signals.

Juice Juice

Juice is a standard deviation indicator that shows if the deviation is below or above some fixed level. That way it can show if the volatility is increased or not compared to that level.

NonLagMA Keltner Сhannel NonLagMA Keltner Сhannel

Keltner Channel calculated as Non Lag MA +- ATR distance for the bands.