Skip to content

Commit

Permalink
Merge pull request #7 from bennycode/patch-2
Browse files Browse the repository at this point in the history
fix indicator name
  • Loading branch information
BusinessDuck authored Oct 28, 2021
2 parents f6b6cd0 + b29bb2e commit e9bad1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rma.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { SMA } from './sma';

/**
* The RMA (Relative Moving Average) is a powerful indicator based on the Simple Moving Average indicator.
* The Simple Moving Average (SMA) indicator is useful to identify the start and rreversal of a trend.
* The RMA (Wilder's Smoothed Moving Average) is a powerful indicator based on the Simple Moving Average indicator.
* The Simple Moving Average (SMA) indicator is useful to identify the start and reversal of a trend.
*/
export class RMA {
private smooth: number;
Expand Down

0 comments on commit e9bad1d

Please sign in to comment.