-
Notifications
You must be signed in to change notification settings - Fork 77
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
Manual allocation #41
Manual allocation #41
Conversation
* Use abstract wallet and constructor * Remove unsed promiseutils
Hi, thanks for this commit. Makes a lot of sense.... I think we can potentially address this with the Strategy class that I mentioned earlier... ;) |
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.
see comment
ef42ccf
to
d5ab3e7
Compare
In a way percentages is supported. If you fill in I will check out the conflict in |
Should be good now, following ca7929f. |
Looks good now. Thx |
Quick solution to #40. Note that this does not allow you to set percentages directly, merely give each coin 'points' which are calculated to percentages based on the total points given to all coins that are held.