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

Ang_Zad_C_Hist_Candle - indicator for MetaTrader 5

Views:
3877
Rating:
(9)
Published:
2018.07.13 15:15
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

A candlestick-based chart based on histograms Ang_Zad_C_Hist calculated on the Open, High, Low, and Close timeseries of the price chart. Growing candlesticks are made in blue colors, while falling candlesticks are in pink ones. Growing candlesticks, the close prices of which have grown as compared to the preceding candlesticks, are bright, while pale colors are used for falling close prices. Falling candlesticks with falling close prices are bright pink, those with the growing ones are pale pink.

//+----------------------------------------------+
//| Indicator input parameters                   |
//+----------------------------------------------+
input double ki=4.000001;  // Indicator smoothing ratio 
input int Shift=0;         // Horizontal indicator shift in bars 

Fig 1. Ang_Zad_C_Hist_Candle

Fig 1. Ang_Zad_C_Hist_Candle

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21154

VR Atr pro Lite MT5 VR Atr pro Lite MT5

Indicator Atr Lite calculates the average price motion

Candle shadows v1 Candle shadows v1

Candlestick size and shadow analysis. In OnTradeTransaction, opening (DEAL_ENTRY_IN) and closing (DEAL_ENTRY_OUT) the positions are intercepted, as well as closing by Stop loss (DEAL_REASON_SL).

SymbolX SymbolX

This indicator calculates the index of a given currency, using the USD index. The Close prices of six currency pairs are used to calculate the index.

SymbolX_Candle SymbolX_Candle

This indicator calculates the index of a given currency, using the USD index. It is based on indicator SymbolX, but four prices are used for calculations: OHLC instead of just one Close price.