cbh4ou / CryptoRebalanceSVC

A script to run that will balance a crypto portfolio to specific ratios using CCXT
MIT License
1 stars 0 forks source link

Portfolio Balance updates #3

Open cbh4ou opened 1 year ago

cbh4ou commented 1 year ago

I'm deciding to go with a portfolio total function that you can use any base as the total. As the earlier implementation did, I overall just had a lot of bugs, so I'm refactoring most, but the classes will stay the same.

It will use the total balance of each active pair that doesnt have a balance of 0.0, in whatever base of users choosing.

An example: hedging into different assets for accumulation of said chosen base.

cbh4ou commented 1 year ago

Adding Orderbook options to calculate portfolio total

cbh4ou commented 1 year ago

Ready for unit test @davidagustin