This is a WIP trading engine which gives a GUI to the trading bot which we worked on in 2024. The purpose of this project is to make a tool that anyone can use to develop their own strategies using a node-based editor.
pip install -r requirements.txt
python src/app.py
The latest build has been tested on Windows using Python 3.10.11.