/3commas-ftx-triggers

Python script to send buy and sell triggers to 3Commas trading bots setup to trade FTX perpetual futures

Primary LanguagePython

3Commas FTX Triggers

This collection of scripts creates a set of trading bots on 3Commas.io based on available perpetual futures on FTX.com, and automatically provides triggers for those bots to start deals.

You'll need connected accounts on both 3Commas.io and on FTX.com for this to work. For more on how to connect 3Commas to FTX, checkout this guide.

To use:

  1. Download/copy the files to a folder on your machine and install any dependancies. These will most likely be ccxt and Py3CW.
  2. Rename example.config.py to config.py, and edit the file to include your API keys and bot preferences.
  3. Run the Py3c_create.py script to generate the 3Commas bots. This will also create a few tex files which include a list of trading pairs ignored if minimum size requirements aren't met, as well as a bot id list for both long and short bots.
  4. Run the Py3c_update.py script and choose the Enable bots option.
  5. Run the Py3c_triggers.py script to let the fun begin.

More details on all the config settings, how the script works, and how to run continuously without leaving your computer on 24/7, will follow soon.