-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Add support for multiple coins strategy #35
Comments
Hi @hippalectryon-0 , |
@lorcalhost Sorry for not elaborating. After thinking over it a bit and talking in the BBot discord, it seems that the multiple coin strategy is still a bit in its infancy and may change in further updates, so it might not be worth it to implement it right away for the telegram bot. Nevertheless, the main issue is that unlike the default strategy, the multiple coin strategy does not have a "current coin", all coins may be used. Therefore, actually, the "Current value" only shows the last traded coin and not the list of coins being traded, which would be the expected behavior. |
@hippalectryon-0 Thanks for elaborating, |
Yes, as far as I know, although issue #38 might be related @lorcalhost
It trades one coin at a time if you start with only one coin, but if you start with several coins it will trade several. Take your time, don't worry :) thanks for all your work ! I might try to submit a PR once I understand better the bot's code. |
Any updates or future plan on this PR? |
Right now the bot is tailored towards the default, one-coin strategy.
The text was updated successfully, but these errors were encountered: