Metnew / neural-finance

Neural Network for HFT-trading [experimental]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Learning in HFT-trading.

Dependencies:

- Keras - Deep Learing
- Flask - web server
- Mongo - store data
- Scheduler - run task every minute

What's this?

Neural Network for High Frequency Trading. Right now there is no doc.

If you found something useful for you - star this repo. I really appreciate it.

Setup guide

    git clone
    virtualenv venv --python=python3 --system-site-packages
    pip install -r requirements.txt
    python run_app.py

About

Neural Network for HFT-trading [experimental]

License:Apache License 2.0


Languages

Language:Python 100.0%