Getting StartedΒΆ

MarketTechnicals is a registered package. To add it to your Julia packages, simply do the following in REPL:

Pkg.add("MarketTechnicals")

We will use data from the MarketData package to demonstrate how this package produces results from various technical analysis indicators. That package can also be added from REPL:

Pkg.add("MarketData")