Skip to content

Environment for testing algorithmic trading strategies

Notifications You must be signed in to change notification settings

skdeng/graffiti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Environment for testing algorithmic trading strategies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages