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-121] Add Aroon indicator #136

Merged
merged 1 commit into from
Jun 12, 2023
Merged

[GH-121] Add Aroon indicator #136

merged 1 commit into from
Jun 12, 2023

Conversation

jealous
Copy link
Owner

@jealous jealous commented Jun 12, 2023

Add aroon oscillator.

  • Aroon Oscillator = Aroon Up - Aroon Down
  • Aroon Up = 100 * (n - periods since n-period high) / n
  • Aroon Down = 100 * (n - periods since n-period low) / n
  • n = window size

https://www.investopedia.com/terms/a/aroonoscillator.asp

The default window is 25.

@jealous jealous self-assigned this Jun 12, 2023
Add aroon oscillator.

 * Aroon Oscillator = Aroon Up - Aroon Down
 * Aroon Up = 100 * (n - periods since n-period high) / n
 * Aroon Down = 100 * (n - periods since n-period low) / n
 * n = window size

https://www.investopedia.com/terms/a/aroonoscillator.asp

The default window is 25.
@jealous jealous merged commit a872eb3 into master Jun 12, 2023
3 checks passed
@jealous jealous deleted the feature/aroon branch June 12, 2023 14:21
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.

None yet

1 participant