ChartDirector 7.0 (Python Edition)

FinanceSimulator


FinanceSimulator is a utility class to produce tables with random numbers that look like valid financial data series. It facilitates testing and demonstrating ChartDirector financial charts without needing a real database table.

MethodInheritedDescription
FinanceSimulator(Self)Creates a FinanceSimulator object.
getTimeStamps(Self)Gets the timestamps of the data series.
getHighData(Self)Gets the high data series.
getLowData(Self)Gets the low data series.
getOpenData(Self)Gets the open data series.
getCloseData(Self)Gets the close data series.
getVolData(Self)Gets the volume data series.