UmangRajpara13/Backtest

README.md

Closed this issue · 0 comments

Backtesting historical Stock Market data for Intraday Trading

image
Screenshot from 2020-11-11 18-51-26

To execute the code successfully

  1. run Main.py with python >3.0 interpreter
  2. required python packages: pandas, PyQt5

Versions:

  • Version 1 (current) - stable

  • Beta Version - Better Gui with PyQt5

  • Alpha version - first implementation of GUI with Tkinkter

future updates

  1. removal of stock logging with no trades out of Report Window, currently you might observe few stocks with corresponding empty cells on Report window
  2. create and save new strategies
  3. swing trading (Long Position - holding stock position more for than one day) with moving averages(MA)