Skip to content

davedx/algo-trading-tsla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages