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

Consider using other exchange classes #3

Open untoreh opened 1 year ago

untoreh commented 1 year ago

OctoBot (ccxt based): https://github.com/Drakkar-Software/OctoBot-Tentacles/tree/master/Trading/Exchange Humming bot connectors (non ccxt based): https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange

I am more inclined on using octo-bot ones since ccxt based, and ccxt added websockets recently anyway