All Projects → Metnew → neural-finance

Metnew / neural-finance

Licence: Apache-2.0 License
Neural Network for HFT-trading [experimental]

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to neural-finance

Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (-4.48%)
Mutual labels:  finance, trading, recurrent-neural-networks
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+6767.16%)
Mutual labels:  finance, trading, hft-trading
quanttrade
Quantitative Trading Library
Stars: ✭ 16 (-76.12%)
Mutual labels:  finance, trading, hft-trading
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-68.66%)
Mutual labels:  finance, trading, data-analysis
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-59.7%)
Mutual labels:  finance, trading
orderbook
A fast L2/L3 orderbook data structure, in C, for Python
Stars: ✭ 101 (+50.75%)
Mutual labels:  finance, trading
coinbase-fix-example
Simple example application for Coinbase Pro FIX API
Stars: ✭ 42 (-37.31%)
Mutual labels:  finance, trading
GOAi
No description or website provided.
Stars: ✭ 57 (-14.93%)
Mutual labels:  finance, trading
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+7594.03%)
Mutual labels:  finance, data-analysis
crypto-database
Database for crypto data, supporting several exchanges. Can be used for TA, bots, backtest, realtime trading, etc.
Stars: ✭ 72 (+7.46%)
Mutual labels:  trading, hft-trading
korbit-python
Korbit API wrapper for Python
Stars: ✭ 17 (-74.63%)
Mutual labels:  finance, trading
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (+32.84%)
Mutual labels:  finance, trading
trading-gmbh
Gründung einer vermögensverwaltenden GmbH
Stars: ✭ 34 (-49.25%)
Mutual labels:  finance, trading
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+238.81%)
Mutual labels:  finance, trading
tellerbot
Telegram Bot for over-the-counter trading
Stars: ✭ 17 (-74.63%)
Mutual labels:  finance, trading
piker
#nontina, #paperhands,, #pwnzebotz, #tradezbyguille
Stars: ✭ 63 (-5.97%)
Mutual labels:  finance, trading
tuneta
Intelligently optimizes technical indicators and optionally selects the least intercorrelated for use in machine learning models
Stars: ✭ 77 (+14.93%)
Mutual labels:  finance, trading
tumbleweed gdax
Prototype market maker specialized to trade on CoinbasePro
Stars: ✭ 41 (-38.81%)
Mutual labels:  trading, hft-trading
Fraud-Detection-in-Online-Transactions
Detecting Frauds in Online Transactions using Anamoly Detection Techniques Such as Over Sampling and Under-Sampling as the ratio of Frauds is less than 0.00005 thus, simply applying Classification Algorithm may result in Overfitting
Stars: ✭ 41 (-38.81%)
Mutual labels:  finance, data-analysis
trading-rules-using-machine-learning
A financial trading method using machine learning.
Stars: ✭ 16 (-76.12%)
Mutual labels:  finance, trading

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].