Leveraged grid-trading bot using CCXT/CCXT Pro library in FTX exchange
The code is designed to perform infinity grid trading strategy in FTX exchange. The basic trader named Gridtrader.py control the number of grids dynamically using the setting in JSON file. asyncGridtrader.py will do the same job asynchronously. Trader with database support, Gridtrader_with_db.py and asyncGridtrader_with_db.py, will store the transaction info in database via mysql. If the trader termineated accidentally, the next execution of trader will follow the history stored in the database. It is recommended to execeute the code in Linux […]
Read more