SaguaroTraderResults.jl

A Package for analyzing/plotting SaguaroTrader.jl backtesting results
Author SaguaroCapital
Popularity
4 Stars
Updated Last
1 Year Ago
Started In
January 2023

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/

Used By Packages

No packages found.