jaimindp / Twitter_Activated_Crypto_Trading_Bot

Buys crypto through keyword detection in new tweets. Executes buy in 1 second and holds for a given time (e.g. Elon tweets 'doge', buys Dogecoin and sells after 5 minutes). Tested on Kraken and Binance exchanges
107 stars 39 forks source link

Plans to support other exchanges in the future #5

Closed daiisi closed 3 years ago

daiisi commented 3 years ago

Hi,I am currently using this program, and I would like to ask you one question: this program currently supports binance and kraken, but do you have any plans to support FTX?

jaimindp commented 3 years ago

Hi, I actually don't have any plans to include other exchanges at the moment. I started with Kraken and moved to Binance as these are the two I used. If FTX is supported by ccxt, the function calls should be interchangeable (if implemented) for any exchange api supported.