Skip to main content

An algorithmic trading platform

Project description

hyperdrive: Robinhood analytics and algorithmic trading

Build Pipeline Dev Pipeline New Release

hyperdrive is a project to obtain stock data, create trading strategies, test against historical data (backtesting), and deploy strategies for algorithmic trading.

Getting Started

Prerequisites

You will need Python 3.8+ and a Robinhood account.

Place your credentials in a file named .env in the project root directory. Follow this structure:

RH_USERNAME=...
RH_PASSWORD=...
RH_2FA=...
IEXCLOUD=...

Installation

To install the necessary packages, run

pip install -r requirements.txt

Use

Making Scripts

To make a script, create a new .py file in the scripts/ dir with the following code:

import sys
sys.path.append('src')
from Algotrader import HyperDrive  # noqa autopep8

drive = HyperDrive()

Features:

  • Broker authentication
  • Automated data storage
  • Backtesting engine
  • Monte Carlo simulations
  • Plotting and technical analysis
  • Model training
  • Strategy definition (start with buy and hold)
  • Buy and sell functionality
  • Live trading
  • Documentation

Check out the Roadmap for progress ...

Auth

Using Robinhood 2FA, we can simply provide our MFA one-time password in the .env file to login to Robinhood (via pyotp).

Data

  • Price and Volume
    • Symbols
    • OHLC
    • Intraday
  • Actions
    • Dividends
    • Splits
  • Sentiment
  • Company / Micro
    • Profile (Sector, # of Employees)
    • Earnings
    • Cash Flow
    • CEO Compensation
  • Government / Macro
    • Unemployment
    • Real GDP
    • US Recession Probabilities
  • Market
    • General Volatility (VIX)
    • Sector Performance

Strategy

  • Buy and Hold
  • Indicator/TA based
  • Portfolio Optimization

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hyperdrive-0.51.1.tar.gz (19.8 kB view hashes)

Uploaded Source

Built Distribution

hyperdrive-0.51.1-py3-none-any.whl (16.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page