ISupportCharting Interface

Stator | API Documentation
Interface which implements charting data functionality for a data plugin
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

public interface ISupportCharting

The ISupportCharting type exposes the following members.

Methods

  NameDescription
Public methodDispose
Disposal method
Public methodGetChartingCodes
Return a collection of charting codes (IChartingCode) for the passed in template settings
Public methodGetHistoricalData(IGetDataForItem, String, IListIPluginError)
Return ALL the historical price data from the data file
Public methodGetHistoricalData(IGetDataForItem, String, IListIPluginError, DateTime)
Return historical data between the FROM date to today
Public methodGetHistoricalData(IGetDataForItem, String, IListIPluginError, Int32)
Return historical data for the most recent number of data bars
Public methodInitialize
Initialize method
Top
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

Reference