-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
110f2b0
commit f28c6ac
Showing
1 changed file
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
# Algorithmic Wizardry | ||
|
||
**Still in development...** | ||
## What is it? | ||
|
||
A CLI for building algorithmic trading strategy (for QC) | ||
Wizardry is a CLI for building powerful algorithmic trading strategies faster and easier (for Lean/QuantConnect) | ||
|
||
<img src="Capture.JPG"/> | ||
## Installation | ||
|
||
## Try it | ||
|
||
- install ```framework.py``` in a folder | ||
- go to the folder directory with the command prompt | ||
- install the required librairies : | ||
- ```pip install pyfiglet``` | ||
- ```pip install PyInquirer``` | ||
- type ```python framework.py``` | ||
- Build your strategy! | ||
``` | ||
pip install wizardry | ||
``` | ||
|