Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GH-143] Retrieve Chande Momentum Oscillator #144

Merged
merged 1 commit into from
Jun 16, 2023
Merged

[GH-143] Retrieve Chande Momentum Oscillator #144

merged 1 commit into from
Jun 16, 2023

Conversation

jealous
Copy link
Owner

@jealous jealous commented Jun 16, 2023

The Chande Momentum Oscillator (CMO) is a technical momentum indicator developed by Tushar Chande.
https://www.investopedia.com/terms/c/chandemomentumoscillator.asp

CMO = 100 * ((sH - sL) / (sH + sL))

where:

  • sH=the sum of higher closes over N periods
  • sL=the sum of lower closes of N periods

@jealous jealous self-assigned this Jun 16, 2023
The Chande Momentum Oscillator (CMO) is a technical momentum
indicator developed by Tushar Chande.
https://www.investopedia.com/terms/c/chandemomentumoscillator.asp

```
CMO = 100 * ((sH - sL) / (sH + sL))
```

where:
* sH=the sum of higher closes over N periods
* sL=the sum of lower closes of N periods
@jealous jealous merged commit f673957 into master Jun 16, 2023
@jealous jealous deleted the feature/cmo branch June 16, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant