Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

The 4-color АО indicator - indicatore per MetaTrader 5

Visualizzazioni:
7503
Valutazioni:
(21)
Pubblicato:
2013.01.16 15:38
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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.



Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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