WeightedClose Method (3)¶
WeightedClose (1 of 3)¶
Summary¶
The WeightedClose indicator is an average of each day's price with extra weight given to the closing price.
Remarks¶
Similar to the Median Price and Typical Price Indicators
Signature¶
1 |
|
Return Value¶
WeightedClose
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
WeightedClose (2 of 3)¶
Summary¶
The WeightedClose indicator is an average of each day's price with extra weight given to the closing price.
Remarks¶
Similar to the Median Price and Typical Price Indicators
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¶
WeightedClose
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
WeightedClose (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries |
Return Value¶
WeightedClose
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: February 6, 2023