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

The 4-color АО indicator - MetaTrader 5용 지표

조회수:
7498
평가:
(21)
게시됨:
2013.01.16 15:38
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Awesome Oscillator indicator displays the difference of two Moving Averages - fast and slow in the form of the histogram. One way of applying of the indicator is described in book by Bill M. Williams and Justin Gregory-Williams: "Trading Chaos 2". The author recommends to use 5 and 34 parameters of Moving Averages, where the method of calculation of Moving Average is a simple Moving Average and the price used for calculation is the average price (high+low)/2.

The ytg_Awesome indicator has the same algorithm of drawing as the Awesome Oscillator indicator, and also four color coloring of its display and output setting of the Moving Averages periods, the Moving Averages method and used price setting.

Description of the ytg_Awesome indicator settings:
  1. Period_Fast - The period of averaging for calculation of fast Moving Average.
  2. Period_Slow - The period of averaging for calculation of slow Moving Average.
  3. ma_method - The method of averaging. It can have any values ​​of the Moving Average method (Moving Average). 0 - (SMA) Simple Moving Average. 1 - (EMA) Exponential Moving Average. SMMA 2 - (SMMA) Smoothed Moving Average. LWMA 3 - (LWMA) Linear weighed Moving Average.
  4. applied_price - Used price. It can be any of the price constants.
    0 - (CLOSE) Close price. 1 - (OPEN) Open price. 2 - (HIGH) The maximum price. 3 - (LOW) The minimum price. 4 - (MEDIAN) The average price, (high+low)/2. 5 - (TYPICAL) Typical price, (high+low+close)/3. 6 - (WEIGHTED) Weighed close price, (high+low+close+close)/4.



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

StepSto_v1 StepSto_v1

The trend indicator. The indicator line of level 50 can serve as the point to determine the trend

CandleStop CandleStop

The indicator to trail the stop levels

The class for drawing the OBV using the ring buffer The class for drawing the OBV using the ring buffer

The class is designed for calculation the technical indicator On Balance Volume (On Balance Volume, OBV) using the algorithm of the ring buffer.

RoundPrice-Ext RoundPrice-Ext

A very convenient indicator to confirm any signals of entry to the market