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

Real author:

Chester Keltner

The indicator shows the Keltner Channel — a classic technical indicator developed by Chester Keltner in 1960. It may look similar to Bollinger Bands.

It uses three chart lines: middle line is a 10-day simple moving average by typical prices ((high + low + close) / 3), upper and lower lines are formed by adding and subtracting the moving average of daily price range (difference between maximum and minimum) from the middle line. Therefore, it forms a channel based on volatility.

Input Parameters:

  • MA_Period (by default = 10) — period of moving average (middle line).
  • Mode_MA (by default = MODE_SMA) — type of moving average (middle line).
  • Price_Type (by default = PRICE_TYPICAL) — price type for moving average (middle line).

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/13258

Exp_ColorZerolagRSIOSMA Exp_ColorZerolagRSIOSMA

The Exp_ColorZerolagRSIOSMA Expert Advisor is based on the ColorZerolagRSIOSMA histogram change of direction.

BollingerBands_b_HTF BollingerBands_b_HTF

The BollingerBands_b indicator with the timeframe selection option available in the input parameters.

Time Price Scale Enables Disables Time Price Scale Enables Disables

The script controls the display of time and price scales for all open charts or only for one chart.

MultiColorZerolagTriXOSMATrend_x10 MultiColorZerolagTriXOSMATrend_x10

The MultiColorZerolagTriXOSMATrend_x10 indicator shows information on current trends using the ColorZerolagTriXOSMA indicator direction from ten different timeframes.