Simple example of use of the DRAW_ZIGZAG drawing style. The indicator connects the Highs and Lows of the neighbour bars. See also: ...
Showing posts with label DRAW. Show all posts
Showing posts with label DRAW. Show all posts
MetaTrader 5 Indicator | DRAW NONE
0
This is example of the indicator, that shows bars index in the "Data Window". The bar indexing is set as timeseries, it me...
MetaTrader 5 Indicator | DRAW LINE
0
The indicator plots the open prices of the bars as a line. The line color, width and style changed randomly every N=5 ticks. The wi...
MetaTrader 5 Indicator | DRAW SECTION
0
The indicator plots sections between the High and Low prices of the bars. The color, width and style of the sections changes randoml...
MetaTrader 5 Indicator | DRAW HISTOGRAM
0
The indicator plots a graph of a sin(x) function in the separate window. The histogram color, width and line style are changed rando...
MetaTrader 5 Indicator | DRAW HISTOGRAM2
0
The indicator plots the vertical section for each bar between the Open and Close prices. The DRAW_HISTOGRAM2 drawing style can be us...
MetaTrader 5 Indicator | DRAW CANDLES
0
The indicator plots the candles on two symbols in the separate window. The DRAW_CANDLES drawing style plots the candles using the val...
MetaTrader 5 Indicator | DRAW FILLING
0
The indicator plots a channel based on two moving averages with different periods in the separate window. The change of the channel c...
MetaTrader 5 Indicator | DRAW BARS
0
The indicator plots the bars of the specified symbol in the separate window. The DRAW_BARS drawing style is used to plot the bars us...
MetaTrader 5 Indicator | DRAW ZIGZAG
0
The indicator plots the Zigzag ("saw") using the High and Low prices. The DRAW_ZIGZAG drawing style allow to draw section...
MetaTrader 5 Indicator | DRAW ARROW
0
The indicator plots arrows on the bar, if its close price is greater than close price of the previous bar. The color, width, shift ...
MetaTrader 5 Indicator | DRAW COLOR LINE
0
The indicator plots a line with different colors using the Close price, the DRAW_COLOR_LINE drawing style is used. Two indicator b...
MetaTrader 5 Indicator | DRAW COLOR SECTION
0
This indicator is a demo of DRAW_COLOR_SECTION drawing style. It plots color sections with specified number of bars. Two indicator b...
MetaTrader 5 Indicator | DRAW COLOR HISTOGRAM
0
This indicator is a demo of DRAW_COLOR_HISTOGRAM drawing style. It plots a sin(x) function as a color histogram in a separate window...
MetaTrader 5 Indicator | DRAW COLOR HISTOGRAM2
0
This indicator is a demo of DRAW_COLOR_HISTOGRAM2 drawing style. For each bar it plots a section between the Open and Close prices. ...
MetaTrader 5 Indicator | DRAW COLOR ARROW
0
This indicator is a demo of DRAW_COLOR_ARROW drawing style. It plots arrows on the chart, using the symbols from Windings font. Two ...
MetaTrader 5 Indicator | DRAW COLOR ZIGZAG
0
An example of indicator, that draws the saw by the High and Low prices, the DRAW_COLOR_ZIGZAG drawing style is used. The color, thic...
MetaTrader 5 Indicator | DRAW COLOR BARS
0
An example of indicator, that draws bars for the specified instrument in a separate window. The color of bars changes randomly every ...
MetaTrader 5 Indicator | DRAW COLOR CANDLES
0
An example of indicator, that draws candlesticks for the specified instrument in a separate window. The color of candlesticks chang...