panifie / PingPong.jl

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

Assets types #2

Closed untoreh closed 9 months ago

untoreh commented 1 year ago

Symbols are currently parsed through some regex. We could instead query ccxt.market["info"] Ccxt also provides the feeCurrency but is not necessarily useful for backtesting as much as for live trading