Platforms to show: All Mac Windows Linux Cross-Platform

Back to CDFinanceSimulatorMBS class.

CDFinanceSimulatorMBS.Constructor(seed as Integer, startTime as Double, endTime as Double, resolution as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a FinanceSimulator object.

ArgumentDefaultDescription
seed(Mandatory)The seed to be used in the random number generator.
startTime(Mandatory)The start date/time of the financial date series.
endTime(Mandatory)The end date/time of the financial date series.
resolution(Mandatory)The resolution of the financial data series in seconds. For example, a value of 86400 means daily data (1 day = 86400 seconds). A value of 7 * 86400 means weekly data. A value of 30 * 86400 means monthly data.

See also:

CDFinanceSimulatorMBS.Constructor(seed as string, startTime as Double, endTime as Double, resolution as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a FinanceSimulator object.

ArgumentDefaultDescription
seed(Mandatory)The seed to be used in the random number generator.
startTime(Mandatory)The start date/time of the financial date series.
endTime(Mandatory)The end date/time of the financial date series.
resolution(Mandatory)The resolution of the financial data series in seconds. For example, a value of 86400 means daily data (1 day = 86400 seconds). A value of 7 * 86400 means weekly data. A value of 30 * 86400 means monthly data.

See also:

CDFinanceSimulatorMBS.getCloseData as CDArrayMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Gets the close data series.

CDFinanceSimulatorMBS.getHighData as CDArrayMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Gets the high data series.

CDFinanceSimulatorMBS.getLowData as CDArrayMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Gets the low data series.

CDFinanceSimulatorMBS.getOpenData as CDArrayMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Gets the open data series.

CDFinanceSimulatorMBS.getTimeStamps as CDArrayMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Gets the timestamps of the data series.

CDFinanceSimulatorMBS.getVolData as CDArrayMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Gets the volume data series.

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


The biggest plugin in space...