benmarten / CryptoETF

Portfolio Overview Tool for Your CryptoCoin Capitalization-Weighted Portfolio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to set allocation target manually

gosuto-inzasheru opened this issue · comments

It would be a great addition if it were possible to setting the target allocation percentage per coin manually (through an array in settings.json maybe) instead of deriving it from the market share.

Great idea!
I also thought about creating a Strategy class where we could implement different strategies, such as equalWeightStrategy, marketCapStrategy, manualStrategy... And so on... Adding this as a milestone ;)