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.
The latest version of Python 3 is needed. See official Python website for instruction.
Install python packges:
pip install --user -r requirements.txt
python graffiti_console.py -c <path to configuration file>
For more details on configuration files, see Configuration Files
Coming soon