A golang implementation of a console-based trading bot for cryptocurrency exchanges
go
golang
trading-bot
exchange
strategy
trading-strategies
poloniex
bittrex
yobit
cryptocurrency-exchanges
binance
simulation-mode
-
Updated
May 18, 2022 - Go

I have some units of a coin that I don't want to trade, so I have blocked that coin in the configuration.
However, the bot still notices the coin when it queries all the balances. Since that information is stored in
$wallets, that information can be retrieved by callinggetWallets()orgetWalletsConsideringPendingDeposits(). So far, everything is still OK.At some point saveSnapshot()