Skip to content

Commit

Permalink
fix indicator name
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode authored Sep 1, 2021
1 parent c872c89 commit b29bb2e
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 b29bb2e

Please sign in to comment.