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-139] Add Awesome Oscillator #140

Merged
merged 1 commit into from
Jun 14, 2023
Merged

[GH-139] Add Awesome Oscillator #140

merged 1 commit into from
Jun 14, 2023

Conversation

jealous
Copy link
Owner

@jealous jealous commented Jun 14, 2023

The AO indicator is a good indicator for measuring the market dynamics, it reflects specific changes in the driving force of the market, which helps to identify the strength of the trend, including the points of its formation and reversal.

Awesome Oscillator Formula

  • MEDIAN PRICE = (HIGH+LOW)/2
  • AO = SMA(MEDIAN PRICE, 5)-SMA(MEDIAN PRICE, 34)

Examples:

  • df['ao'] returns the Awesome Oscillator with default windows (5, 34)
  • df['ao_3,10'] returns the Awesome Oscillator with a window of 3 and 10

@jealous jealous self-assigned this Jun 14, 2023
The AO indicator is a good indicator for measuring the market dynamics,
it reflects specific changes in the driving force of the market, which
helps to identify the strength of the trend, including the points of
its formation and reversal.

Awesome Oscillator Formula

* MEDIAN PRICE = (HIGH+LOW)/2
* AO = SMA(MEDIAN PRICE, 5)-SMA(MEDIAN PRICE, 34)

Examples:
* `df['ao']` returns the Awesome Oscillator with default windows (5, 34)
* `df['ao_3,10']` returns the Awesome Oscillator with a window of 3 and 10
@jealous jealous merged commit a052ae4 into master Jun 14, 2023
@jealous jealous deleted the feature/ao branch June 14, 2023 15:32
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