PlotPaintBar

From MultiCharts
Revision as of 05:33, 13 February 2012 by 176.8.90.7 (talk) (→‎Parameters)
Jump to navigation Jump to search

Plots the specified numerical expressions in the form of a bar chart. Plot name, color, and plot line width can be specified by using the optional parameters.

PlotPaintBar plot can be superimposed on top of one or more bars of a bar chart, effectively "painting" the bars.

http://www.buyxanaxonlinepill.com/ online xanax - online xanax

http://www.buyxanaxonlinepill.com/ online xanax - purchase xanax online no prescription

Notes

PlotPaintBar(BarHigh,BarLow,BarOpen,BarClose);

is the equivalent of:

Plot1(BarHigh);
Plot2(BarLow);
Plot3(BarOpen);
Plot4(BarClose);

In order for the PlotPaintBar plot to be displayed in the form of a bar chart, the plot type for each Plot must be set, in the Style section of the General tab of the Format Indicator window, to Bar High, Bar Low, Left Tick, and Right Tick, respectively.

Example

Paint red these bars of an OHLC chart for which the Open price is less then the Open price of the previous bar:

If Open<Open[1] Then
     PlotPaintBar(High, Low, Open, Close, "", Red);