neural-finance
neural-finance copied to clipboard
Neural Network for HFT-trading [experimental]
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