If graphs are moving “too slowly” you can probably implement a WebSocket server, download historical executed orders prices and replay that data at “any” speed.
An other approach could also be to implement a random walk and “play it” at any expected speed.
See random_cl
from Test data · MarketData.jl
I have put PingPong.jl back online at GitHub - psydyllic/Planar.jl: Cryptocurrency trading bot and framework written in julia
The sysimage build isn’t working because PackageCompiler currently hangs on julia 1.11
main difference apart the naming refactor is that ping!
and pong!
functions are merged into call!
All tests currently passing (except a few that flap…but they also flapped before…)
All example strats are based on OnlineTechnicalIndicators now (before they used Indicators)
I don’t have a backup of the github issues so I tried to remember the most important ones from memory.
Note that I am not currently working on the improvements (unless support is offered), just plan to maintain the bot as is
2 Likes