EaseOfMovement Method (3)¶
EaseOfMovement (1 of 3)¶
Summary¶
The Ease Of Movement indicator relates the price change to the volume.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries | |
periods | int | The period used for the calculation |
maType | MovingAverageType | The moving average type used for the calculation |
Return Value¶
EaseOfMovement
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
EaseOfMovement (2 of 3)¶
Summary¶
The Ease Of Movement indicator relates the price change to the volume.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
periods | int | The period used for the calculation |
maType | MovingAverageType | The moving average type used for the calculation |
Return Value¶
EaseOfMovement
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
EaseOfMovement (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
bars | Bars | |
periods | int | |
maType | MovingAverageType |
Return Value¶
EaseOfMovement
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: March 23, 2023