Coder Social home page Coder Social logo

quant-trader's Introduction

Stock Backtester and Analysis application for EOD (End-of-day) data. Easy creation of java-based scripts, macros, user lists without touching internal code. Uses hot-reloading to rapidly edit scripts without restarting. Automatically downloads data from Yahoo finance.

Easy to setup - Steps:

  1. Download source and open in favorite IDE (I like Eclipse)
  2. Add JVM options to run configuration: -d64 -Xms512m -Xmx4g
  3. Add all the jars in resource folder to the build path
  4. Run starting from the main QuantTrader class
  5. Enter 'database download' to download initial set of Yahoo finance EOD data (~10 minutes).
  6. Then enter 'backtest test' to verify everything works, or 'help' to see all commands.

Add custom backtesting scripts to: com.qt.modules.backtest.scripts
Add custom backtesting macros to: com.qt.modules.backtest.macros
Add custom stock lists (SP500, NASDAQ100, etc) to: /UserLists (then do 'database rebuild')

Example Script:

Screenshots:

Please fork and improve :)

quant-trader's People

Contributors

robgraeber avatar

Watchers

魏斌 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.