MarketData
Summary
Provide access to charts data (bars and ticks) and to the Depth of Market data.
Signature
| public abstract interface MarketData
|
Namespace
cAlgo.API.Internals
Methods
Name | Description |
GetBars | Gets the chart bars for the specific timeframe for the specific symbol. |
GetBarsAsync | The asynchronous method to get the specific bars for the specific timeframe for the specific symbol. |
GetTicks | Gets the Tick data for the specific symbol. |
GetTicksAsync | The asynchronous method to get tick data for the specific symbol. |
GetMarketDepth | Gets the Depth of Market for the specific symbol. |
GetSeries | |
GetSymbol | |
Examples
Last update: January 27, 2023