Market Rhythm is a way to create and backtest strategies with a ui to display strategy performance. This is not trading software as it's more to backtest market strategies to find an edge in the market. For now, i've only added support for the crypto market such as BTC and ETH as those are the most liquid markets.
Clone project, then cd into folder
Creating a virtual environemnt
python3 -m venv envActivating the environemnt
source env/bin/activateInstalling requirements.txt
pip install -r requirements.txtWith the libraries installed needed to run, we are set up. Will update the rest, as I need to implement more to make it more. For right now, you can download crypto data, create strategies, and backtest them by running in app.py (python3 app.py)
- Add implementation for AI models
- More exchcange data for different pairs
- Strategy deployment into x exchange written in c++
- Restructure file structures