Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Optiver Trading Bot

This bot abuses the fact that the websocket connection to the game disclosure information about the state of the game to answer questions and determine the future of the market.

There are four variations of the code here, the original main.py which should include lots of logging information to understand what I can see.

The pnl.py and rust implementation are the most optimal which I used to smash the highscore by using asynchronous connections and playing the luck game. Since I knew all the answers, strategy wasn't very important it was just how lucky I could get.

To build and run in rust:

cargo build
cargo run

To run in python (requires numpy, websockets).

python3 pnl.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages