-
-
Notifications
You must be signed in to change notification settings - Fork 127
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/deployable backtesting #69
Conversation
d179f58
to
92bf3b4
Compare
@rapcmia regarding the master bot conf testing, don't worry since this PR is more for the second part. |
@rapcmia I added error handling if there are no controller configs selected. I'm also uploading a video showing how to use it |
@cardosofede I think we have to create the |
Yes I forgot to add it to git because I already have the folder
…On Tue, 26 Sep 2023 at 17:12 Michael Feng ***@***.***> wrote:
@cardosofede <https://github.com/cardosofede> I think we have to create
the hummingbot_files/controller_configs directory. Otherwise, it throws
an error since it can't save the controller config file.
—
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIZJOSHTKL2KXKWLALAFUILX4MZKPANCNFSM6AAAAAA45AAAMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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.
Build multiarch Docker image based on feat/deployable_backtesting
branch = OK
Fresh Source install - OK
Observe if any errors installing wheel - OK
Bot Orchestration, create master_bot_conf = OK
Attach and add Binance credentials = OK
Instances, check if Binance credentials were added to new instance = OK
Get Data, download Binance Perpetual, ETH-USDT, 15m, 1H, 360 = OK
Create = OK
Optimize, modify bollinger strategy and run trial (300 runs) = OK
Analyze v2, run backtesting and save controller config = OK
Launch Bot, select at least 2 controllers and start instance = OK
Added new functionalities: