Platforms to show: All Mac Windows Linux Cross-Platform

Back to CDFinanceChartMBS class.

Next items

CDFinanceChartMBS.addAccDist(height as Integer, ColorValue as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addAccDist method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addAccDist(height as Integer, ColorValue as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds an Accumulation/Distribution indicator chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
color(Mandatory)The color of the indicator line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addADX(height as Integer, period as Integer, posColor as color, negColor as color, ColorValue as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addADX method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addADX(height as Integer, period as Integer, posColor as Integer, negColor as Integer, ColorValue as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds an Average Directional Index indicators chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicator.
posColor(Mandatory)The color of the Positive Directional Index line.
negColor(Mandatory)The color of the Negative Directional Index line.
color(Mandatory)The color of the Average Directional Index line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addAroon(height as Integer, period as Integer, upColor as color, downColor as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addAroon method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addAroon(height as Integer, period as Integer, upColor as Integer, downColor as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds an Aroon Up/Down indicators chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicators.
upColor(Mandatory)The color of the Aroon Up indicator line.
downColor(Mandatory)The color of the Aroon Down indicator line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addAroonOsc(height as Integer, period as Integer, ColorValue as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addAroonOsc method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addAroonOsc(height as Integer, period as Integer, ColorValue as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds an Aroon Oscillator indicator chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicator.
color(Mandatory)The color of the indicator line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addATR(height as Integer, period as Integer, color1 as color, color2 as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addATR method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addATR(height as Integer, period as Integer, color1 as Integer, color2 as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds an Average True Range indicators chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicator.
color1(Mandatory)The color of the True Range line.
color2(Mandatory)The color of the Average True Range line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addBand(upperLine() as Double, lowerLine() as Double, LineColor as color, FillColor as color, Name as string) as CDInterLineLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addBand method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addBand(upperLine() as Double, lowerLine() as Double, LineColor as Integer, FillColor as Integer, Name as string) as CDInterLineLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a generic band to the main finance chart.

This method is used internally by other methods to add various bands (eg. Bollinger band, Donchian channels, etc).

Arguments:
ArgumentDefaultDescription
upperLine(Mandatory)The data series for the upper band line.
lowerLine(Mandatory)The data series for the lower band line.
lineColor(Mandatory)The color of the upper and lower band line.
fillColor(Mandatory)The color to fill the region between the upper and lower band lines.
name(Mandatory)The name of the band.

Return Value
An CDInterLineLayerMBS object representing the filled region.

See also:

CDFinanceChartMBS.addBarIndicator(chart as CDXYChartMBS, data() as Double, ColorValue as color, name as string) as CDBarLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addBarIndicator method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addBarIndicator(chart as CDXYChartMBS, data() as Double, ColorValue as Integer, name as string) as CDBarLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a bar layer to an existing indicator chart.

Arguments:
ArgumentDefaultDescription
c(Mandatory)The indicator chart to add the bar layer to.
data(Mandatory)The data series of the indicator bars.
color(Mandatory)The color of the indicator bars.
name(Mandatory)The name of the indicator.

Return Value
A CDBarLayerMBS object representing the bar layer created.

See also:

CDFinanceChartMBS.addBarIndicator(height as Integer, data() as Double, ColorValue as Integer, name as string) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a generic bar indicator chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
data(Mandatory)The data series of the indicator bars.
color(Mandatory)The color of the indicator bars.
name(Mandatory)The name of the indicator.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addBollingerBand(period as Integer, bandWidth as Double, lineColor as Integer, FillColor as Integer) as CDInterLineLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a Bollinger band to the main chart.

Arguments:
ArgumentDefaultDescription
period(Mandatory)The period to compute the band.
bandWidth(Mandatory)The half-width of the band in terms multiples of standard deviation. Typically 2 is used.
lineColor(Mandatory)The color of the lines defining the upper and lower limits.
fillColor(Mandatory)The color to fill the regional within the band.

Return Value
An CDInterLineLayerMBS object representing the band created.

See also:

CDFinanceChartMBS.addBollingerWidth(height as Integer, period as Integer, width as Double, colorValue as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addBollingerWidth method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addBollingerWidth(height as Integer, period as Integer, width as Double, colorValue as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a Bollinger Band Width indicator chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicator.
width(Mandatory)The band width to compute the indicator.
color(Mandatory)The color of the indicator line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addCandleStick(upColor as color, downColor as color) as CDCandleStickLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addCandleStick method, but uses color instead of integer data type for passing color values.

See also:

Some examples using this method:

CDFinanceChartMBS.addCandleStick(upColor as Integer, downColor as Integer) as CDCandleStickLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a candlestick layer to the main chart.

Arguments:
ArgumentDefaultDescription
upColor(Mandatory)The candle color for a up day.
downColor(Mandatory)The candle color for a down day.

Return Value
A CDCandleStickLayerMBS object representing the candlestick layer created.

See also:

CDFinanceChartMBS.addCCI(height as Integer, period as Integer, ColorValue as Integer, range as Double, upColor as Integer, downColor as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a Community Channel Index indicator chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicator.
color(Mandatory)The color of the indicator line.
range(Mandatory)The distance between the middle line and the upper and lower threshold lines.
upColor(Mandatory)The fill color when the indicator exceeds the upper threshold line.
downColor(Mandatory)The fill color when the indicator falls below the lower threshold line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addChaikinMoneyFlow(height as Integer, period as Integer, ColorValue as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addChaikinMoneyFlow method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addChaikinMoneyFlow(height as Integer, period as Integer, ColorValue as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a Chaikin Money Flow indicator chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicator.
color(Mandatory)The color of the indicator line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addChaikinOscillator(height as Integer, ColorValue as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addChaikinOscillator method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addChaikinOscillator(height as Integer, ColorValue as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a Chaikin Oscillator indicator chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
color(Mandatory)The color of the indicator line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addChaikinVolatility(height as Integer, period1 as Integer, period2 as Integer, ColorValue as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addChaikinVolatility method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addChaikinVolatility(height as Integer, period1 as Integer, period2 as Integer, ColorValue as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a Chaikin Volatility indicator chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period1(Mandatory)The period to smooth the range.
period2(Mandatory)The period to compute the rate of change of the smoothed range.
color(Mandatory)The color of the indicator line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addCloseLine(ColorValue as color) as CDLineLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addCloseLine method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addCloseLine(ColorValue as Integer) as CDLineLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a closing price line on the main chart.

Arguments:
ArgumentDefaultDescription
color(Mandatory)The color of the line.

Return Value
A CDLineLayerMBS object representing the line created.

See also:

CDFinanceChartMBS.addCLV(height as Integer, ColorValue as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addCLV method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addCLV(height as Integer, ColorValue as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a Close Location Value indicator chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
color(Mandatory)The color of the indicator line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addComparison(data() as Double, ColorValue as color, Name as string) as CDLineLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addComparison method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addComparison(data() as Double, ColorValue as Integer, Name as string) as CDLineLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a data series to the main chart for comparison with the closing price.

The data series added will be scaled so that the first visible point in the data series will coincide the first visible point of the main closing price. This facilitate comparing the performance of the closing price with the data series. The data series typically is the closing price of another stock, or the value of a market index.

Arguments:
ArgumentDefaultDescription
data(Mandatory)An array of numbers representing the data series.
color(Mandatory)The color of the line.
name(Mandatory)The name of the data series.

Return Value:
A LineLayer object representing the comparison line created.

See also:

CDFinanceChartMBS.addDonchianChannel(period as Integer, lineColor as color, FillColor as color) as CDInterLineLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addDonchianChannel method, but uses color instead of integer data type for passing color values.

See also:

Some examples using this method:

CDFinanceChartMBS.addDonchianChannel(period as Integer, lineColor as Integer, FillColor as Integer) as CDInterLineLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a Donchian channel to the main chart.

Arguments:
ArgumentDefaultDescription
period(Mandatory)The period to compute the band.
lineColor(Mandatory)The color of the lines defining the upper and lower limits.
fillColor(Mandatory)The color to fill the regional within the band.

Return Value
An CDInterLineLayerMBS object representing the band created.

See also:

CDFinanceChartMBS.addDonchianWidth(height as Integer, period as Integer, ColorValue as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addDonchianWidth method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addDonchianWidth(height as Integer, period as Integer, ColorValue as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a Donchian Channel Width indicator chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicator.
color(Mandatory)The color of the indicator line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

CDFinanceChartMBS.addDPO(height as Integer, period as Integer, ColorValue as color) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other addDPO method, but uses color instead of integer data type for passing color values.

See also:

CDFinanceChartMBS.addDPO(height as Integer, period as Integer, ColorValue as Integer) as CDXYChartMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a Detrended Price Oscillator indicator chart.

Arguments:
ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicator.
color(Mandatory)The color of the indicator line.

Return Value
A CDXYChartMBS object representing the chart created.

See also:

Next items

The items on this page are in the following plugins: MBS ChartDirector Plugin.


The biggest plugin in space...