IPython notebooks for trading and math tutorials. You can view these here in github, or you can download and run locally on your computer. You will need to have the auquanToolbox installed to be able to run them.
Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in C.
This is the companion code to Pragmatic LSTM for a Forex Time Series. So, if you want to understand the intention of the code, I highly recommend reading the article series first. The model training and prediction have been tested on both Ubuntu Linux 20.04 and Windows 10 and both work as…
Port of winning www.quantcup.org competition entry (implementing a fast stock exchange matching engine for an HFT bot) from C to Go. Emphasis on Go language features and style over raw performance.
The main features of rdingwall/go-quantcup are: Advanced Research.
Open-source alternatives to rdingwall/go-quantcup include: adamtibi/lstm-fx — This is the companion code to Pragmatic LSTM for a Forex Time Series. So, if you want to understand the intention of… auquan/tutorials — IPython notebooks for trading and math tutorials. You can view these here in github, or you can download and run… crypto-toolbox/hft-orderbook — Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in C. felipessalvatore/fin2vec. git-disl/bert4eth — This is the repo for the code (TensorFlow version) and datasets used in the paper BERT4ETH: A Pre-trained Transformer… ivopetiz/crypto-database — Database to store all data from crypto exchanges, currently working with Binance, Bittrex, Cryptopia and Poloniex.