Git Product home page Git Product logo

camhex2021's Introduction

CamHEX2021

Repository for the Cambridge HEX 2021 event for the Optiver trading challenge.

Run instructions

python src/AlgoPassive.py

Collaboration instructions

This code runs in a virtual environment (venv or conda) that is described by the requirements.txt file. See https://docs.python.org/3/library/venv.html for details. Below instructions are for using pip on a Linux/OS X system. Use the link for a Windows system with conda.

  1. Create new (empty) Python 3 environment on your local system, e.g. `python3 -m venv /path/to/new/virtual/environment`
  2. Activate your environment: `source /bin/activate`
  3. Navigate to path where you want to clone this repository
  4. git clone to clone this repository to your system
  5. Enter root folder of repository
  6. Install all existing dependencies of the project into your venv: `pip install requirements.txt`
  7. If you add new packages/dependencies, install them the regular way while you are in your venv. Then to add them to the `requirements.txt` file, use a command like `pip freeze > requirements.txt` so that new packages are added.
  8. Commit changes and push/pull request to remote repository

Useful articles about technical indicators

Articles about implementing trading algorithms based on simple technical indicators.

A possible 5th: Inbalance in the order book. I couldn't find an easy-to-read article so quickly, but generally the buy vs sell order volume says something about near-future price movements too.

Group members

  • Raquel Manzano
  • Quincy van den Berg
  • torus403
  • kitfunso
  • gg1998

camhex2021's People

Contributors

qvandenberg avatar raqmanzano avatar

Watchers

 avatar  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.