anandaanv / zerodha-algo-trading

A codebase to connect zerodha connect along with algo trading library to use power of algo trading with zerodha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fully configurable strategy building and backtesting..

anandaanv opened this issue · comments

Take the library to the desired level of abstraction.

Following things in the strategy building should come from configurations -

  1. What data to load, Exchange, Inetrval, Correlation(Future, options) etc.
  2. What timeperiod to look at? 1 min, 3 min, both one min and three min etc
  3. Strategy parameters

Based on these details, strategy builders can build all the details.

This task is completed now.