DCA OPT is designed to optimize investment strategies by rebalancing portfolios according to desired asset allocations.
To utilize it edit portfolio data in the specified format. Then, run the dca_opt.py
.
Example usage:
# Install dependencies
pip install -r requirements.txt
# Edit portfolio
vi portfolio_example.py
# Run it
python dca_opt.py
DCA OPT relies on external modules for market data retrieval, rebalancing calculations, and utility functions. Make sure these dependencies are available in your environment for proper functionality.