jamesliu1 / CQF_Trading_Competition

Cornell Quant Fund 2022 Trading competition Options Case winner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CQF_Trading_Competition

Options Case:

Strategy 1

  1. implment py_vollib's implied volatility calulation

image

  1. grab Parameters for Black scholes
  2. use Black shcoles

Capture1

  1. if Black scholes esimated price < market price

    short that call

Results

Capture

Strategy 2

    1. implment py_vollib's implied volatility calulation 
    2. implement Black scholes
    3. if Delta < 0.4 && time_to_expiry - 10080 > 0
        short that call
    4. after 2 days of trading:
        buy 1000 units of underlying every minute

Results

Total Trades: Trades: 1106

Capture2

usage

 python3 backtesting_engine.py 

About

Cornell Quant Fund 2022 Trading competition Options Case winner

License:Apache License 2.0


Languages

Language:Python 82.9%Language:C++ 17.1%