-
-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Jerry edited this page Nov 20, 2023
·
16 revisions
Starting with version 1.1.0 the project was transformed into two parts:
- Crypto exchanges API/WSS async wrapper with gRPC powered server exchanges-wrapper
- This package, for free unlimited trading on crypto exchanges SPOT market (Binance, Bitfinex, Huobi, OKX, Bybit,). It is ready-to-use trading strategy that also can be used as a template for implementing your own ideas.
Strategy logic realized at executor.py and trading parameters settings in the cli_X_AAABBB.py (cli_0_BTCUSDT.py)
You can modify them for your needs. See For developers section.
You can ask any questions about strategy in discussions section. Create issue if you have trouble or suggestions for development.
1. Home
- Trade idea
- Features
- Quick start
- Terminal Tmux (useful tips)
-
How it's work
- Place grid
- Reverse
- Grid only
- Place take profit order
- Restart
- Fee options
- Keeping level of first asset
- Maintaining a supply of BNB in a sub-account to pay fees
- Deposit and withdraw assets on active strategy
- Telegram notification
- Telegram control
- Save data for external analytics
- Consolidated asset valuation
- Asset management
- Recovery after any reason crash, restart etc.
- Back testing and parameters optimization
- For developers