Skip to content

Commit

Permalink
doc: add kama
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed May 16, 2017
1 parent a70e340 commit 20ec575
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/src/ma.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,17 @@ using MarketTechnicals
ema(cl, 10, wilder=true)
```

## Kaufman's Adaptive Moving Average

```@docs
kama
```


```@repl
using MarketData
using MarketTechnicals
kama(cl)
```

0 comments on commit 20ec575

Please sign in to comment.