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

Retrieve CMO (Chande Momentum Oscillator) #143

Closed
jealous opened this issue Jun 16, 2023 · 0 comments
Closed

Retrieve CMO (Chande Momentum Oscillator) #143

jealous opened this issue Jun 16, 2023 · 0 comments
Assignees

Comments

@jealous
Copy link
Owner

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
jealous added a commit that referenced this issue 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 added a commit that referenced this issue 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 added a commit that referenced this issue 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 closed this as completed Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant