GetIndicator Method (3)¶
GetIndicator (1 of 3)¶
Summary¶
Initializes the custom indicator
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
parameterValues | object[] | The custom indicator parameters |
Return Value¶
TIndicator
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
GetIndicator (2 of 3)¶
Summary¶
Initializes the custom indicator
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
bars | Bars | The Bars that will be used by indicator, you can pass another timeframe/symbol bars |
parameterValues | object[] | The custom indicator parameters |
Return Value¶
TIndicator
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
GetIndicator (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries | |
parameterValues | object[] |
Return Value¶
TIndicator
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: March 23, 2023