Skip to content

Commit

Permalink
chore: fix typo (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds authored Oct 5, 2022
1 parent 1a66366 commit 043fe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indicator/trend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import {absolutePriceOscillator} from 'indicatorts';
const result = absolutePriceOscillator(fastPeriod, slowPeriod, values);
```

Most frequently used fast and short periods are 14 and 30. The [defaultAbsolutePriceOscillator](./absolutePriceOscillator.ts) function calculates APO with those periods.
Most frequently used fast and slow periods are 14 and 30. The [defaultAbsolutePriceOscillator](./absolutePriceOscillator.ts) function calculates APO with those periods.

#### Aroon Indicator

Expand Down

0 comments on commit 043fe10

Please sign in to comment.