Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 455 Bytes

Algorithmic Trading : strategies & backtesting

Directory Layout

  • code : Directory containing code.
  • data : Currently contains sample data for testing.

Workflow

  • Develop a backtesting platform in Python
  • Propose/formalize trading strategy with MACD & RSI
  • Propose an optimization algorithm for parameter estimation

Resources

  • Useful kaggle notebook here