Skip to content

PCodeShark25/Algorithmic_Trading_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Algorithmic_Trading

A simple trading strategy built using Exponential Moving Averages (EMA) and Relative Strength Index (RSI) in Backtrader and visualized using matplotlib. The strategy downloads stock data from Yahoo Finance, executes trades based on EMA crossovers and RSI thresholds, and analyzes performance with Sharpe Ratio, Drawdown, and Trade Analysis. Buy when Fast EMA > Slow EMA and RSI < 30. Sell when Fast EMA < Slow EMA and RSI > 70.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors