Skip to content

How to build and test complete trading strategies in Python. Full code walkthroughs posted on the Sharp Research education page

Notifications You must be signed in to change notification settings

n84d/SharpEducation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpEducation

A repository for educational contant on the Sharp Research channel

once you load up the folder, open your terminal

run this command:

python -m venv myenv

you can change the name to anything you want, but myenv is standard

assuming your environment name is myenv, run this command in your terminal

myenv\Scripts\Activate

once your virtual environment is activated, run pip install -r requirements.txt

you now have all the libraries necessary to tweak the code provided in the repository!

adjust the global variables to see how different strategies perform

About

How to build and test complete trading strategies in Python. Full code walkthroughs posted on the Sharp Research education page

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published