andrewmahoneyf / Binance-US-CryptoBot

This is an experimental terminal bot for auto trading on binance.us exchange
12 stars 1 forks source link

Stopped developing? #7

Open Jacques717 opened 3 years ago

Jacques717 commented 3 years ago

Hi any reason you stopped development. Is this repo still useable? @andrewmahoneyf

andrewmahoneyf commented 3 years ago

Hi there, I moved onto other projects and no longer use this trading bot. Full attention on DeFi now :) The difficult part is finding a profitable indicator to plug into src/indicators/ because with a simple MACD/RSI algorithm you'll likely end up overtrading and eating away profits with trading fees.

It should still work just fine as long as there are no breaking changes from the Binance API. You would have to go through their changelog and check if any of the requests were renamed or deprecated.