Skip to content

side-projects-overkill/StocksTrainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Stock Trainer

This repo contains some information about stock trainer

WIP: Architecture Diagram

https://www.figma.com/file/hYHqMQO2HRvDLysBOAXN5H/Stuff?node-id=0%3A1

Work Pipeline:

  • Kite API Bridge - Makes API Calls to Broker (Kite)
  • Historical Data DB (Design Pending) - DB to store historical data, OHLC with timestamp, volume, OI
  • Data Manager - Provides historical stock data from Broker
  • Data Request MQ
  • Data Notify MQ
  • Backtester - The meat of the machine, parses, executes strategies on historical data and generates results
  • Strategy Code - Code executed by the backtester on the historical data to generate trades
    • Use Python scripts for backtesting?
    • Use Java .class with Serialization/Reflection?
    • Write Custom parser / interpreter?
  • Strategy code persistence - How to store strategy code?
  • Backtester results (format pending) - Data generated from executing strategy
  • Strategy DB (Design Pending) - Stores data like strategies and execution results.
  • Backtester MQ
  • Stuff API - API to add strategy, launch backtest, fetch results etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published