Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 640 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 640 Bytes

Multi-armed Bandits inspired trading algorithm for Bristol Stock Exchange

MarketMaker is a simple trading algorithm for Bristol Stock Exchange which is inspired by Multi-armed Bandits approach to exploration vs. exploitation problem. Presented here algorithm is a wrapper for arbitrary trading agent. It uses aforementioned model to determine the best possible strategy for current trading session by adapting to opponents configuration.

For more details please see report available in the repository.