Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algo Trading TSLA

Q: What is this?

A: An algorithmic trading script using technical analysis and back tested with TSLA stock data

It uses a simple EMA crossover strategy which aborts the buy if the RSI indicates the stock is overbought.

The script does a grid search to find the best parameters for the EMA and RSI algos.

It back tests with price data scraped from yahoo finance (the ydl.py script).

Dependencies

You can use pip to install everything. It relies upon:

pandas numpy json requests talib

About

An algorithmic trading script using technical analysis and back tested with TSLA stock data

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages