Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 970 Bytes

readme.md

File metadata and controls

29 lines (15 loc) · 970 Bytes

Project Graffiti

Build Status

Project Graffiti is a framework for testing algorithmic trading strategies. It handles all the extra overhead so that you can focus on designing the best strategy to beat the market. This is essentially the python implementation of Project Black Cross.

Getting Started

The latest version of Python 3 is needed. See official Python website for instruction.

Install python packges:

pip install --user -r requirements.txt

How to run

Using the console runner

python graffiti_console.py -c <path to configuration file>

For more details on configuration files, see Configuration Files

GUI

Coming soon

Development

How to create new trade strategies