TrueRange Method (3)¶
TrueRange (1 of 3)¶
Summary¶
Initializes the True Range indicator.
Remarks¶
The True Range indicator is the daily range plus any gap from the closing price of the previous day
Signature¶
1 |
|
Return Value¶
TrueRange
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
TrueRange (2 of 3)¶
Summary¶
Initializes the True Range indicator.
Remarks¶
The True Range indicator is the daily range plus any gap from the closing price of the previous day
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
bars | Bars | The Bars that will be used by indicator, you can pass another timeframe/symbol bars |
Return Value¶
TrueRange
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
TrueRange (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries |
Return Value¶
TrueRange
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: March 30, 2023