This project provides a script (rebalancing_portfolio.py) to help rebalance cryptocurrency portfolios based on target allocations.
- Automatically fetches wallet balances and market prices.
- Rebalances the portfolio by placing buy or sell orders on the exchange.
- Logs all transactions and portfolio changes into a PostgreSQL database.
- Operates on a configurable schedule (every hour by default).