Interface which implements charting data functionality for a data plugin
If you implement this interface the data plugin will support charting
If you implement this interface the data plugin will support charting
Namespace: Stator.libPublic.DataPlugins
Assembly: libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax
The ISupportCharting type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Disposal method
|
![]() | GetChartingCodes |
Return a collection of charting codes (IChartingCode) for the passed in template settings
|
![]() | GetHistoricalData(IGetDataForItem, String, IListIPluginError) |
Return ALL the historical price data from the data file
|
![]() | GetHistoricalData(IGetDataForItem, String, IListIPluginError, DateTime) |
Return historical data between the FROM date to today
|
![]() | GetHistoricalData(IGetDataForItem, String, IListIPluginError, Int32) |
Return historical data for the most recent number of data bars
|
![]() | Initialize |
Initialize method
|
Remarks
Why is this interface required?
Stator has charting functionality which enables the user to generate price charts from within the software.
You should implement this interface if you would like the data plugin to automatically search for codes/tickers
and display them in the charting code selection window.
See Also