panifie / PingPong.jl

Cryptocurrency trading bot, and backtesting framework in julia
https://panifie.github.io/PingPong.jl/
GNU General Public License v3.0
36 stars 9 forks source link

fix precompiled error as using PingPongInteractive: ERROR: LoadError: UndefVarError: za not defined #39

Closed janckerchen closed 2 weeks ago

janckerchen commented 3 weeks ago

fix #38

Optimization/src/module.jl:6
- using .Instances.Data: zinstance, za
+ using .Instances.Data: zinstance, Zarr as za