All Projects → Chudleyj → Algobot

Chudleyj / Algobot

A C++ stock market algorithmic trading bot

Programming Languages

cpp
1120 projects
cplusplus
227 projects
cpp11
221 projects

Projects that are alternatives of or similar to Algobot

Pyex
Python interface to IEX and IEX cloud APIs
Stars: ✭ 311 (+298.72%)
Mutual labels:  finance, algorithmic-trading, stock-market, stocks, stock-data
pyEX
Python interface to IEX and IEX cloud APIs
Stars: ✭ 407 (+421.79%)
Mutual labels:  finance, stock-market, stocks, stock-data, algorithmic-trading
robinhood.tools
📈🤑💰 Advanced trading tools and resources for Robinhood Web.
Stars: ✭ 27 (-65.38%)
Mutual labels:  stock-market, stocks, stock-data, algorithmic-trading
NSE-Stock-Scanner
National Stock Exchange (NSE), India based Stock screener program. Supports Live Data, Swing / Momentum Trading, Intraday Trading, Connect to online brokers as Zerodha Kite, Risk Management, Emotion Control, Screening, Strategies, Backtesting, Automatic Stock Downloading after closing, live free day trading data and much more
Stars: ✭ 78 (+0%)
Mutual labels:  stock-market, algotrading, stocks, algorithmic-trading
IEX CPP API
Unofficial C++ Lib for the IEXtrading API
Stars: ✭ 34 (-56.41%)
Mutual labels:  finance, stocks, stock-data, financial-data
Sec Edgar Downloader
Download SEC filings from the EDGAR database using Python
Stars: ✭ 146 (+87.18%)
Mutual labels:  finance, stock-market, stocks, financial-data
Robinhood
Unofficial Documentation of Robinhood Trade's Private API
Stars: ✭ 1,569 (+1911.54%)
Mutual labels:  algorithmic-trading, stock-market, stocks, stock-data
Simplestockanalysispython
Stock Analysis Tutorial in Python
Stars: ✭ 126 (+61.54%)
Mutual labels:  stock-market, stocks, financial-data, stock-data
Beibo
🤖 Predict the stock market with AI 用AI预测股票市场
Stars: ✭ 46 (-41.03%)
Mutual labels:  finance, stock-market, stock-price-prediction, stocks
stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (-70.51%)
Mutual labels:  stock-market, stock-price-prediction, stocks, stock-data
cira
Cira algorithmic trading made easy. A Façade library for simpler interaction with alpaca-trade-API from Alpaca Markets.
Stars: ✭ 21 (-73.08%)
Mutual labels:  finance, stock-market, algotrading, stocks
Quantdom
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI ]
Stars: ✭ 449 (+475.64%)
Mutual labels:  finance, algorithmic-trading, stock-market, algotrading
Finance Go
📊 Financial markets data library implemented in go.
Stars: ✭ 392 (+402.56%)
Mutual labels:  finance, stock-market, financial-data, stock-data
Awesome Quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
Stars: ✭ 8,205 (+10419.23%)
Mutual labels:  finance, financial-data, stock-data, algotrading
investbook
Оценка эффективности инвестиций с учетом комиссий, налогов (удержанных и ожидающихся), дивидендов и купонов.
Stars: ✭ 83 (+6.41%)
Mutual labels:  finance, stock-market, stocks
FinanceKit
FinanceKit is a Framework for iOS and Mac to build apps working with financial data, like money, currencies, stocks, portfolio, transactions and other concepts.
Stars: ✭ 15 (-80.77%)
Mutual labels:  finance, stocks, financial-data
tuneta
Intelligently optimizes technical indicators and optionally selects the least intercorrelated for use in machine learning models
Stars: ✭ 77 (-1.28%)
Mutual labels:  finance, stock-market, stocks
GoPlan-app
An intuitive portfolio mangaer !
Stars: ✭ 27 (-65.38%)
Mutual labels:  finance, stock-market, stock-data
AIPortfolio
Use AI to generate a optimized stock portfolio
Stars: ✭ 28 (-64.1%)
Mutual labels:  finance, stock-market, stocks
Yahooquery
Python wrapper for an unofficial Yahoo Finance API
Stars: ✭ 288 (+269.23%)
Mutual labels:  finance, stock-market, stock-data

AlgoBot

A C++ stock market algorithmic trading bot

This is a rework of https://github.com/Chudleyj/Binance-Trading-Bot/

This takes advantage of https://github.com/Chudleyj/IEX_CPP_API

Calculates Technical indicators from stock market, will eventually make automatic buy/sell/hold decisions.

You will need:

Libcurl: https://curl.haxx.se/docs/install.html

Jsoncpp: https://github.com/open-source-parsers/jsoncpp

To run this on your machine.

You'll also need to at least have some C++ knowledge to edit the code for your needs.

To compile and run:

Put all the files from this repo into one folder, and have the above mentioned dependencies installed.

Next, run this in your terminal:

g++ *.cpp -std=c++11 -ljsoncpp -lcurl -o exa.out && ./exa.out -I/usr/local/Cellar/boost/1.67.0_1/include/boost/

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