Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HenrisonTao/ftx_grid_trading_bot
The program was designed to run the Grid Trading Strategy in FTX exchange
https://github.com/HenrisonTao/ftx_grid_trading_bot
Last synced: 21 days ago
JSON representation
The program was designed to run the Grid Trading Strategy in FTX exchange
- Host: GitHub
- URL: https://github.com/HenrisonTao/ftx_grid_trading_bot
- Owner: HenrisonTao
- Created: 2020-08-28T13:56:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T14:13:24.000Z (over 2 years ago)
- Last Synced: 2024-08-05T17:44:36.347Z (4 months ago)
- Language: Python
- Homepage:
- Size: 202 KB
- Stars: 171
- Watchers: 6
- Forks: 79
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - HenrisonTao/ftx_grid_trading_bot - The program was designed to run the Grid Trading Strategy in FTX exchange (Python)
README
# FTX Grid Trading Bot
The program was designed to run the Grid Trading Strategy in [FTX exchange](https://ftx.com/#a=1815639)
Grid trading strategy can follow [here](https://www.gridtradingcourse.com/articles/what-is-grid-trading.php).It requires python 3.x and the following Python packages:
* [ccxt](https://github.com/ccxt/ccxt)
* [simplejson](https://pypi.org/project/simplejson/)
```
pip3 install ccxt simplejson
```
![](https://github.com/HenrisonTao/ftx_grid_trading_bot/blob/master/sample.png)## Getting Started
The program is suggested to run in the Linux platform; also, you need to edit some parameters before program start. Follow the behind steps.
**you should prepare the enough USD and spot for grid trading buying and selling . Futures do not need to prepare enough spot to sell.
1. Edit some config settings in `setting.json.example` and rename it to `setting.json`.
2. Run program
```
bash ./start.sh
```