-
-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Jerry edited this page Jun 8, 2023
·
16 revisions
Use Open Image in New Tab for view larger image
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, a ready-to-use trading strategy that also can be used as a template for implementing your own ideas.
The system has two modes:
- STANDALONE, for free unlimited trading on crypto exchanges SPOT market.
- python_strategy modules can be used as plug-in trading strategy for multi-exchange terminal margin.de, now you can try its free unlimited trading capabilities.
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