hands-on-elixir-and-otp-cryptocurrency-trading-bot-source-code
hands-on-elixir-and-otp-cryptocurrency-trading-bot-source-code copied to clipboard
Resources related to the "Hands-on Elixir & OTP: Cryptocurrency trading bot" book
``` Streamer.start_streaming("xrpusdt") {:error, %WebSockex.ConnError{original: :timeout}} ``` is there anyone have websockex ConnError timeout error ?
Hi Kamil, Sometimes I received a {:error, %Binance.InsufficientBalanceError{reason: %{code: -2010, msg: "Account has insufficient balance for requested action."}}} message from Binance API while trying your solution for trading crypto in...
Hey, thanks so much for all of your work in this book, I've followed along when I first started learning Elixir and have investigated more recently, having been able to...