• Stars
    star
    259
  • Rank 157,669 (Top 4 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 11 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A python module for algorithmic trading and strategy validation

AlephNull

AlephNull is a python module for the development and execution of algorithmic trading strategies. The library is being developed under commission by Carter Bain.

The module is built on top of the Zipline library, the backbone of the web-based backtesting platform Quantopian

The aim of the module is to extend the features of Zipline, for use within an institutional framework. We hope to use the module to standardize research across our trade desk and support live execution across all asset classes for our clients.

Dependencies (zipline)

  • Python (>= 2.7.2)
  • numpy (>= 1.6.0)
  • pandas (>= 0.9.0)
  • pytz
  • Logbook
  • requests
  • iso8601
  • python-dateutil (>= 2.1)