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

Performance tweaks #7

Open untoreh opened 1 year ago

untoreh commented 1 year ago

backtest

watchers

other

panbonker commented 1 year ago

Backtester is fast, but produces a lot of garbage, which forces short, but not negligible hiccups during multiple backtesting runs, so here is a possible solution for a garbage minimize events structure: