forked from albanywang2016/RestAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
1 addition
and
1 deletion.
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,4 +1,4 @@ | ||
# Python Strategy Template | ||
This repo contains several single file, fully functioning trading algorithms using FXCM’s Python wrapper (fxcmpy). These close-of-bar strategies are all based on the “Python Strategy Template.py” file that is fully explained inside this Quant News article: https://www.quantnews.com/algo-trading-in-python-developing-a-live-strategy-template | ||
This repo contains several single file, fully functioning trading algorithms using FXCM’s Python wrapper (fxcmpy). These close-of-bar strategies are all based on the “Python Strategy Template.py” file that is fully explained inside this [Quant News article:](https://www.quantnews.com/algo-trading-with-rest-api-and-python-part-5/) | ||
|
||
More strategies will be added over time to provide traders easy-to-understand Python examples of common trading techniques. Please email [email protected] if you have questions or suggestions! |