Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 520 Bytes

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