Skip to content

ROC is missing Momentum return value #353

@hmuhdkamran

Description

@hmuhdkamran

The problem

in indicator roc.py has missing momentum, you should add the following lines in it

Error message(s):

    @property
    def momentum(self) -> Optional[float]:
        return self._csdata.Momentum

    @momentum.setter
    def roc_sma(self, value):
        self._csdata.Momentum = value

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions