imran31415 / pyalgo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyalgo

This app uses pyalgotrade backtesting strategy.

The sample backtesting strategy I used takes 3 inputs

  1. year
  2. stock symbol
  3. SMA (sample moving average)

When the form gets submitted,

The stock symbol and year are used to grab bar data from yahoo feeds as a csv file.

The data is then read in from the csv file and the csv file is deleted.

Now the data is run through the strategy and added to the feed. (Since this is just a POC, I clear out the feed every time the post is submitted)

About


Languages

Language:Python 95.4%Language:C 2.3%Language:C++ 1.0%Language:JavaScript 0.8%Language:CSS 0.4%Language:Fortran 0.1%Language:Shell 0.0%