Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 927 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 927 Bytes

MarketTechnicals.jl

Build Status Coverage Status MarketTechnicals Doc

A toolkit for technical analysis of financial time series in Julia.

Development Setup

Documentation

We use Documenter.jl as our doc builder, please install it at first.

Pkg.add("Documenter")

Then, build it.

$ cd docs
$ make

The generated doc locates at docs/build.