-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/add grid strike #190
Feat/add grid strike #190
Conversation
PR update:
Steps to reproduce:
|
Restest on both source and docker ok
Steps to reproduce:
|
PR update:
Found cause of issue was the outdated
Test scenario: When user decide to not use the
Steps to repdroduce:
hummingbot-kucoin-07-2024.11.12_20.41.zip Test scenario: Rebalance kept on posting
Steps to reproduce:
Test scenario: Binance GS returning
Steps to reproduce:
hummingbot-binance-03-2024.11.12_19.37.zip In progress:
|
PR update:
Now showing prompts when user failed to define the asset to rebalance, however it still successfully launch an instance ❌ Steps to reproduce:
Deploy bot to test max_drawdown and grid_strike controller updates from hb7285
|
Scenario: Long term bot for PMM with max_controller_drawdown 5% triggered
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Setup this PR with with (feat) update grid strike backend-api#46 and Feat/add grid strike hummingbot#7285
- Run tests on deploy source build
- Config generator:
- Setup different config uses cases ok
- Max possible grid_ranges is 5 for both buy and sell
- Total amount PCT is 50% by default
- Candlesticks provide different display lines
- Review about page ok
- Deploy
- Added new risk management options, max global drawdown and max controller drawdown
- Triggered controller drawdown successfully using PMM controller
- Added rebalance configuration include rebalance interval (user must set value base on seconds) and asset to rebalance
- Reported issues to developer (fede) has been fixed
- Added new risk management options, max global drawdown and max controller drawdown
- Instances
- Successfully run GS controllers:
- 2 connectors and 2 controller-configs on one instance
- 1 controller-config with 2 grid ranges
- Successfully run GS controllers:
Note:
- In the event user runs multiple controller configs, asset to rebalane must be on same quote on all setup else it wont work. e.g all USDT qoute pairs
No description provided.