trading
Here are 2,072 public repositories matching this topic...
基于Python的开源量化交易平台开发框架
-
Updated
Jul 8, 2021 - C++
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
-
Updated
Dec 23, 2020 - Python
Python Backtesting library for trading strategies
-
Updated
Jul 4, 2021 - Python
Code for Machine Learning for Algorithmic Trading, 2nd edition.
-
Updated
Jun 7, 2021 - Jupyter Notebook
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
-
Updated
Jul 8, 2021 - C#
A high frequency, market making cryptocurrency trading platform in node.js
-
Updated
Jul 12, 2021 - TypeScript
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 2,100 + stars, 580 + forks
-
Updated
Jul 7, 2021 - Python
An advanced crypto trading bot written in Python
-
Updated
Jul 11, 2021 - Python
中国的Quant相关资源索引
-
Updated
Feb 17, 2021
Self-hosted crypto trading bot (automated high frequency market making) written in C++
-
Updated
Jul 12, 2021 - C++
hi,
if possible, please add these indicators as well:
TDI (Traders Dynamic Index)
chandelier exit
pivot points
BOP (balance of power)
CTM (Chande trend meter)
Coppock Curve
Correlation Coefficient
PMO (DecisionPoint Price Momentum Oscillator)
Ulcer Index
most of them except TDI are available on stockcharts.com
thanks
An Algorithmic Trading Library for Crypto-Assets in Python
-
Updated
Jan 5, 2021 - Python
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
-
Updated
Jun 21, 2021 - JavaScript
The unofficial Python client for the Coinbase Pro API
-
Updated
Jul 11, 2021 - Python
After the backtest run, we see the statistics. It is very good! Is there any simple way to see that statistics separately for long ans short trades?
Some suggestions to make it easier to run the backend without the front end. Some of these suggestions might be *ix only:
- a command line parameter to indicate that the back end should start with everything that is pending without waiting for a front end to be available in the browser.
- some instruction to make it work as a daemon (Linux) or service (Windows) to gain independence from the te
฿ Bitcoin trading bot with a real-time dashboard for Bitstamp.
-
Updated
Jun 10, 2021 - Python
atr sometimes wrong
Version: 0.3.02b
Describe the bug
Sometimes I get atr(14) even if I call atr(3)
I guess the error is here in atr.py:
<img width="389" alt="Screenshot_6" src="https://user-images.githubusercontent.com/22365509/124748381-56520f80-df23-11eb-
DataFrame Server for Financial Timeseries Data
-
Updated
Jul 12, 2021 - Go
This is a fully functioning Binance trading bot that takes into account the news sentiment for the top 100 crypto feeds. If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
-
Updated
May 10, 2021 - Python
Find big moving stocks before they move using machine learning and anomaly detection
-
Updated
Nov 13, 2020 - Python
Free trading strategies for Freqtrade bot
-
Updated
Jun 27, 2021 - Python
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Nov 29, 2018 - Python
Common financial technical indicators implemented in Pandas.
-
Updated
Jul 3, 2021 - Python
Improve this page
Add a description, image, and links to the trading topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trading topic, visit your repo's landing page and select "manage topics."



According to @rspadim, functions in
entropy.pycould use numpy array instead of strings, as it's better to numba.Guide on how to implement this is available in the comments in PR #311 .