You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
DRAW_HISTOGRAM:
The DRAW_HISTOGRAM drawing style is used for plotting the values of the indicator's buffer as a histogram. The indicator plots a graph of a sin(x) function in the separate window.
The histogram color, width and line style are changed randomly every N ticks. The period of the sin(x) function depends on bars input parameters. The DRAW_HISTOGRAM drawing style is used to plot the histograms (for example the ocsillators). It allows to avoid drawing some of the indicator's values by setting the PLOT_EMPTY_VALUE. Only one data buffer is needed for the DRAW_HISTOGRAM style.
See also: The Drawing Styles in MQL5.
Author: MetaQuotes