HighMinusLow Method (3)¶
HighMinusLow (1 of 3)¶
Summary¶
The High Minus Low indicator is used to compute the range of daily bars
Signature¶
1 |
|
Return Value¶
HighMinusLow
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
HighMinusLow (2 of 3)¶
Summary¶
The High Minus Low indicator is used to compute the range of daily bars
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¶
HighMinusLow
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
HighMinusLow (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries |
Return Value¶
HighMinusLow
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: January 27, 2023