bv441 / SaguaroTraderResults.jl

A Package for analyzing/plotting SaguaroTrader.jl backtesting results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SaguaroTraderResults

CI Lifecycle:Experimental Code Style: Blue Coverage Docs

Plot/summarize SaguaroTrader.jl backtesting results.

Installation

From the Julia General Registry:

julia> ]  # enters the pkg interface
pkg> add SaguaroTraderResults
julia> using Pkg; Pkg.add("SaguaroTraderResults")

From source:

julia> using Pkg; Pkg.add(url="https://github.com/SaguaroCapital/SaguaroTraderResults.jl/")
julia> ]  # enters the pkg interface
Pkg> add https://github.com/SaguaroCapital/SaguaroTraderResults.jl/

About

A Package for analyzing/plotting SaguaroTrader.jl backtesting results

License:MIT License


Languages

Language:Julia 100.0%