Plot/summarize SaguaroTrader.jl backtesting results.
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/