Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

The 4-color АО indicator - indicator for MetaTrader 5

Views:
7488
Rating:
(21)
Published:
2013.01.16 15:38
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to 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.



Translated from Russian by MetaQuotes Ltd.
Original code: 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