概要
チャートデータ(バーとティック)およびマーケットの深さデータへのアクセスを提供します。
シグネチャ
1 |
|
名前空間
cAlgo.API.Internals
例
1 |
|
メソッド
GetBars (2)
GetBars (1 of 2)
概要
特定の時間枠のバーを取得します。
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
timeFrame | TimeFrame | バーの時間枠 |
戻り値
Bars
GetBars (2 of 2)
概要
特定のシンボルの特定の時間枠のチャートバーを取得します。
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
timeFrame | TimeFrame | バーの時間枠 |
symbolName | string | バーのシンボル名 |
戻り値
Bars
GetBarsAsync (2)
GetBarsAsync (1 of 2)
概要
特定のシンボルの特定の時間枠のバーを非同期で取得します。
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
timeFrame | TimeFrame | バーの時間枠 |
callback | Action | バーの取得後に呼び出されるコールバック |
戻り値
void
GetBarsAsync (2 of 2)
概要
特定のシンボルの特定の時間枠のバーを非同期で取得します。
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
timeFrame | TimeFrame | バーの時間枠 |
symbolName | string | バーのシンボル名 |
callback | Action | バーの取得後に呼び出されるコールバック |
戻り値
void
GetTicks (2)
GetTicks (1 of 2)
概要
ティックデータを取得します。
シグネチャ
1 |
|
戻り値
Ticks
GetTicks (2 of 2)
概要
特定のシンボルのティックデータを取得します。
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
symbolName | string | ティックデータのシンボル名 |
戻り値
Ticks
GetTicksAsync (2)
GetTicksAsync (1 of 2)
概要
ティックデータを非同期で取得します。
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
callback | Action | ティックデータ取得後に呼び出されるコールバック |
戻り値
void
GetTicksAsync (2 of 2)
概要
特定のシンボルのティックデータを非同期で取得します。
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
symbolName | string | ティックデータのシンボル名 |
callback | Action | ティックデータ取得後に呼び出されるコールバック |
戻り値
void
GetMarketDepth (2)
GetMarketDepth (1 of 2)
概要
特定のシンボルのマーケットの深さデータを取得します。
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
symbolName | string | シンボル名、例: “EURUSD” |
戻り値
MarketDepth
例
1 |
|
GetMarketDepth (2 of 2)
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
symbol | Symbol |
戻り値
MarketDepth
GetSeries (3)
GetSeries (1 of 3)
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
timeFrame | TimeFrame |
戻り値
MarketSeries
GetSeries (2 of 3)
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
symbolName | string | |
timeFrame | TimeFrame |
戻り値
MarketSeries
GetSeries (3 of 3)
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
symbol | Symbol | |
timeFrame | TimeFrame |
戻り値
MarketSeries
GetSymbol
シグネチャ
1 |
|
パラメータ
名前 | 型 | 説明 |
---|---|---|
symbolCode | string |
戻り値
Symbol
GetBars (2)
GetBars (1 of 2)
Summary
Gets the bars for the specific timeframe.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
timeFrame | TimeFrame | The bars time frame |
Return Value
Bars
GetBarsAsync (2)
GetBarsAsync (1 of 2)
Summary
The asynchronous method to get the bars for the specific timeframe for the specific symbol.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
timeFrame | TimeFrame | The bars time frame |
symbolName | string | The bars symbol name |
callback | Action | The callback that will be called after getting the bars |
Return Value
void
GetTicks (2)
GetTicks (1 of 2)
Summary
Gets the Tick data.
Signature
1 |
|
Return Value
Ticks
GetTicksAsync (2)
GetTicksAsync (1 of 2)
Summary
The asynchronous method to get tick data.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
callback | Action | The callback that will be called after getting the ticks |
Return Value
void
GetMarketDepth (2)
GetMarketDepth (1 of 2)
Summary
Gets the Depth of Market for the specific symbol.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
symbolName | string | The symbol name e.g. “EURUSD” |
Return Value
MarketDepth