Skip to content

Small C++ project that allows people to implement their own daytrading strategies and executes them on historical data. Currently limited to trade once per day :/ GUI in progress.

License

Notifications You must be signed in to change notification settings

JanEbbing/StockAnalyzer

Repository files navigation

StockAnalyzer

Build Status

Prerequisites

This project requires:

  • Cross-platform Make (CMake) v2.8+
  • GNU Make or equivalent
  • GCC or an alternative, reasonably conformant C++ compiler
  • Boost C++ Libraries v1.62+ [HEADERS and LIBRARIES]
  • Qt 5

Building

This project uses the CMake build system. However, there exists wrapper configure script together with a Makefile so that the typical build invocation of ./configure followed by make will work.

Acknowledgments

About

Small C++ project that allows people to implement their own daytrading strategies and executes them on historical data. Currently limited to trade once per day :/ GUI in progress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published