All Projects → t73liu → trading-bot

t73liu / trading-bot

Licence: MIT license
Trading bot for cryptocurrencies and stocks

Programming Languages

go
31211 projects - #10 most used programming language
Jupyter Notebook
11667 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to trading-bot

Algotrader
Simple algorithmic stock and option trading for Node.js.
Stars: ✭ 468 (+2128.57%)
Mutual labels:  trading, stock
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+4766.67%)
Mutual labels:  trading, stock
Machinelearningstocks
Using python and scikit-learn to make stock predictions
Stars: ✭ 897 (+4171.43%)
Mutual labels:  trading, stock
alpaca
A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
Stars: ✭ 100 (+376.19%)
Mutual labels:  trading, stock
Friartuck
Live Quant Trading Framework for Robinhood, using IEX Trading and AlphaVantage for Free Prices.
Stars: ✭ 142 (+576.19%)
Mutual labels:  trading, stock
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (+0%)
Mutual labels:  trading, stock
Abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
Stars: ✭ 8,589 (+40800%)
Mutual labels:  trading, stock
degiro-trading-tracker
Simplified tracking of your investments
Stars: ✭ 16 (-23.81%)
Mutual labels:  trading, stock
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (+395.24%)
Mutual labels:  trading, stock
Surpriver
Find big moving stocks before they move using machine learning and anomaly detection
Stars: ✭ 1,152 (+5385.71%)
Mutual labels:  trading, stock
stocklist
Stock data collection and analysis
Stars: ✭ 27 (+28.57%)
Mutual labels:  trading, stock
Trading Backtest
A stock backtesting engine written in modern Java. And a pairs trading (cointegration) strategy implementation using a bayesian kalman filter model
Stars: ✭ 247 (+1076.19%)
Mutual labels:  trading, stock
nordnet
Uonfficial wrapper for financial data api from the Scandinavian broker Nordnet
Stars: ✭ 13 (-38.1%)
Mutual labels:  trading, stock
Rqalpha
A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
Stars: ✭ 4,425 (+20971.43%)
Mutual labels:  trading, stock
RoboBull
A HackRU winner project. a user-friendly web-interface robo-adviser for novice traders that want to focus on day and short term trading. Project is using candlestick and moving average algorithms to predict suggestions (buy, sell, hold) for users. Product is also notifying users via SMS when the suggestion is changed; users are able to subscribe…
Stars: ✭ 12 (-42.86%)
Mutual labels:  trading, stock
Axistradecult
Assist tool for trading on stock market, automatic download historical stock data, technical research, chart and analysis.
Stars: ✭ 26 (+23.81%)
Mutual labels:  trading, stock
TerminalStocks
Pure terminal stock ticker for Windows.
Stars: ✭ 88 (+319.05%)
Mutual labels:  trading, stock
TradingView-Machine-Learning-GUI
Let Python optimize the best stop loss and take profits for your TradingView strategy.
Stars: ✭ 396 (+1785.71%)
Mutual labels:  trading, stock
Personae
📈 Personae is a repo of implements and environment of Deep Reinforcement Learning & Supervised Learning for Quantitative Trading.
Stars: ✭ 1,140 (+5328.57%)
Mutual labels:  trading, stock
Deep Rl Trading
playing idealized trading games with deep reinforcement learning
Stars: ✭ 228 (+985.71%)
Mutual labels:  trading, stock

Trading Bot

Features (WIP)

Note: Functionality requires setting up API keys with corresponding services.

Getting Started

This repository is divided into the following sections:

  • adhoc: Useful ad hoc scripts and experiments
  • dash: UI for visualizing trades and account balances
  • jobs: Periodically scheduled jobs
  • lib: Shared Go libraries
  • quant: Machine learning models and trading strategies
  • trader: Backend server for UI and makes periodic trades
  • traderdb: Database containing financial, ML and user info

This directory will be referred to by the TRADING_BOT_REPO environment variable.

Technologies

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].