Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 406 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 406 Bytes

QuantSoc Shorthair Trader

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.

Installation

pip install -r requirements.txt

Running

python src/app.py

The latest build has been tested on Windows using Python 3.10.11.