Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to CDFinanceChartMBS class.
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 |
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 |
Arguments:
Argument | Default | Description |
height | (Mandatory) | The height of the indicator chart in pixels. |
color | (Mandatory) | The color of the indicator line. |
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 |
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 |
Arguments:
Argument | Default | Description |
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. |
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 |
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 |
Arguments:
Argument | Default | Description |
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. |
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 |
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 |
Arguments:
Argument | Default | Description |
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. |
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 |
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 |
Arguments:
Argument | Default | Description |
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. |
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 |
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 |
This method is used internally by other methods to add various bands (eg. Bollinger band, Donchian channels, etc).
Arguments:
Argument | Default | Description |
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. |
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 |
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 |
Arguments:
Argument | Default | Description |
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. |
See also:
CDFinanceChartMBS.addBarIndicator(height as Integer, data() as Double, ColorValue as color, name as string) as CDXYChartMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ChartDirector | MBS ChartDirector Plugin | 11.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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 |
Arguments:
Argument | Default | Description |
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. |
See also:
CDFinanceChartMBS.addBollingerBand(period as Integer, bandWidth as Double, 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 |
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 |
Arguments:
Argument | Default | Description |
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. |
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 |
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 |
Arguments:
Argument | Default | Description |
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. |
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 |
See also:
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 |
Arguments:
Argument | Default | Description |
upColor | (Mandatory) | The candle color for a up day. |
downColor | (Mandatory) | The candle color for a down day. |
See also:
CDFinanceChartMBS.addCCI(height as Integer, period as Integer, ColorValue as color, range as Double, 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 |
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 |
Arguments:
Argument | Default | Description |
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. |
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 |
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 |
Arguments:
Argument | Default | Description |
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. |
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 |
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 |
Arguments:
Argument | Default | Description |
height | (Mandatory) | The height of the indicator chart in pixels. |
color | (Mandatory) | The color of the indicator line. |
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 |
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 |
Arguments:
Argument | Default | Description |
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. |
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 |
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 |
Arguments:
Argument | Default | Description |
color | (Mandatory) | The color of the line. |
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 |
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 |
Arguments:
Argument | Default | Description |
height | (Mandatory) | The height of the indicator chart in pixels. |
color | (Mandatory) | The color of the indicator line. |
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 |
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 |
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:
Argument | Default | Description |
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. |
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 |
See also:
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 |
Arguments:
Argument | Default | Description |
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. |
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 |
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 |
Arguments:
Argument | Default | Description |
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. |
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 |
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 |
Arguments:
Argument | Default | Description |
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. |
See also:
The items on this page are in the following plugins: MBS ChartDirector Plugin.