-
-
Notifications
You must be signed in to change notification settings - Fork 53
Features
Jerry edited this page Jul 13, 2024
·
10 revisions
- From 3.0.11 Maintaining a supply of BNB in sub-account to pay fees
- From 3.0.11 you can withdraw and deposit assets on active strategy with auto correction depo and initial assets control values
- From 3.0.1 Keeping level of first asset
- From 1.3.0 Back testing and parameters optimization
- Assets management capabilities added from 1.2.10 (for STANDALONE mode)
- Create grid and take profit orders
- Logarithm price option for grid orders (customizable)
- Reverse algo if all grid orders are filling
- Calculation of the price overlap for the Reverse cycle for the profitable completion of the previous cycle
- Use Average Directional Index indicator for best time starting Reverse cycle
- Calculation of separate MAKER and TAKER fee
- Shift grid orders (customizable) if the price is go way (before take profit placed)
- Adapted size of the first order depending on the exchange's limitations
- Fractional creation of grid for increase productivity (customizable)
- Adaptive overlap price for grid on current market conditions (customizable) based on Bollinger Band
- Updating grid orders if market conditions change, from 1.3.6 also for Reverse cycle
- Updating TP order every 15 minute
- Adaptive profit setting on current market conditions (customizable) based on Bollinger Band
- Adaptive grid orders quantity for initial and Reverse cycle
- Stable operation in pump/dump conditions
- Process partial execution of orders with large amounts of funds
- Save funding change, cycle parameter and result in sqlite3 .db for external analytics
- Telegram notification
- External control from Telegram bot
- Restore state after restart strategy
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