Skip to content

Commit

Permalink
doc: add a new page for utils
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed May 9, 2017
1 parent b25f03d commit 45e174f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ makedocs(
"volatility.md",
"volume.md",
"candlesticks.md",
"utils.md",
]
)

Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ Pages = [
"volatility.md",
"volume.md",
"candlesticks.md",
"utils.md",
]
```
14 changes: 14 additions & 0 deletions docs/src/utils.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Utilities

## Typical Price

```@docs
typical
```

```@repl
using MarketData
using MarketTechnicals
merge(ohlc, typical(ohlc))
```

0 comments on commit 45e174f

Please sign in to comment.