/ PlanarDev / test / startup.jl
startup.jl
 1  using Revise
 2  
 3  using Planar: @in_repl
 4  
 5  # import Pkg; Pkg.activate("test/")
 6  # using BenchmarkTools
 7  
 8  exc, zi = @in_repl()
 9  Revise.revise(Planar)
10  
11  using Fetch
12  Planar.fetch_ohlcv(Val(:ask), exc, "4h"; qc="USDT", zi, update=true)