Skip to content

FARDEEN-785/quant-sma-strategy-fardeen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Simple SMA Crossover Strategy โ€” Quant Project

This project implements a basic moving average (SMA) crossover strategy using Python.

๐Ÿ›  Tools Used

  • Python
  • yfinance for data
  • pandas for data manipulation
  • matplotlib for plotting

Strategy Logic

  • SMA10 (fast) vs SMA50 (slow)
  • Buy when SMA10 > SMA50
  • Sell when SMA10 < SMA50

Features

  • Retry logic for rate-limited API
  • Buy/sell signal detection
  • Portfolio growth backtest
  • Final chart saved as image

Output

Portfolio Curve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages