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

Developed by Donald Lambert and featured in "Commodities" magazine in 1980, the Commodity Channel Index (CCI) is a versatile indicator that can be used to identify a new trend or warn of extreme conditions. Lambert originally developed CCI to identify cyclical turns in commodities, but the indicator can be successfully applied to indices, ETFs, stocks, and other securities.

In general, CCI measures the current price level relative to an average price level over a given period of time:

  • CCI is relatively high when prices are far above their average.
  • CCI is relatively low when prices are far below their average.

In this manner, CCI can be used to identify overbought and oversold levels.

Usually CCI uses typical price, but this version uses an interesting variation of a typical price : instead of using (high+low+close)/3 it uses (highest high + lowest low + close)/3. That might seem as a small change, but it enhances the extremes and make the CCI values more responsive to sudden price changes

Volume Rate of Change Volume Rate of Change

The Volume Rate of Change indicator (VROC) measures the rate of change in volume over the past "n" sessions. In other words, the VROC measures the current volume by comparing it to the volume "n" periods or sessions ago.

DevStops DevStops

A variation of Deviation Stops (DevStops) indicator. Some are wrongly calling this version a Kase DevStops (which it is not - Kase DevStops indicator is calculated in a quite different way), but this version has its good points too and can be used in regular support/resistance mode. Additionally each DevStop value is colored according to the slope (trend) of the line - when all are aligned in the same direction, it can be treated as a confirmed trend change.

Smoothed Kijun-Sen Smoothed Kijun-Sen

The Kijun-Sen is a major indicator line and component of the Ichimoku Kinko Hyo indicator, also known as the Ichimoku cloud. It is generally used as a metric for medium-term momentum.

MACD DEMA MACD DEMA

MACD that is using DEMA fo calculation.