trading
Here are 2,574 public repositories matching this topic...
基于Python的开源量化交易平台开发框架
-
Updated
Mar 14, 2022 - Python
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
-
Updated
Dec 23, 2020 - Python
Python Backtesting library for trading strategies
-
Updated
Feb 28, 2022 - Python
Code for Machine Learning for Algorithmic Trading, 2nd edition.
-
Updated
Mar 8, 2022 - Jupyter Notebook
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
-
Updated
Mar 14, 2022 - C#
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
-
Updated
Feb 26, 2022 - Python
Hummingbot is open source software that helps you build trading bots that run on any exchange or blockchain
-
Updated
Mar 14, 2022 - Python
A high frequency, market making cryptocurrency trading platform in node.js
-
Updated
Dec 8, 2021 - TypeScript
An advanced crypto trading bot written in Python
-
Updated
Mar 13, 2022 - Python
Wondering if this already exists? If not happy to create if valuable.
I'm looking for a mapping from the column names outputted, to the actual technical indicator it represents.
examples:
momentum_ao == "Momentum, Awesome Oscilator"
momentum_kama == "Momentum, Kaufman’s Adaptive Moving Average (KAMA)"
Can help quickly grasp what the features represent without having to refer back to do
Self-hosted crypto trading bot (automated high frequency market making) written in C++
-
Updated
Dec 8, 2021 - C++
中国的Quant相关资源索引
-
Updated
Feb 17, 2021
Is your feature request related to a problem? Please describe.
Ugly title for asset new asset. The asset node gets New Asset title after entering the codename.
Describe the solution you'd like
auto rename by referring the codeName --> iconName
set iconName as variable.
Describe alternatives you've considered
Additional context
Add any other context or screenshots
An Algorithmic Trading Library for Crypto-Assets in Python
-
Updated
Sep 22, 2021 - Python
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
-
Updated
Feb 11, 2022 - JavaScript
Which version are you running? The lastest version is on Github. Pip is for major releases.
0.3.14b0
Do you have TA Lib also installed in your environment?
yes
Did you upgrade? Did the upgrade resolve the issue?
I try upgrade, not solve.
Describe the bug
The df.ta.to_utc is a property, but it is not idempotent. When you type df.ta. then press tab for auto
this is how Buy & Hold Return is calculated:
c = data.Close.values
s.loc['Buy & Hold Return [%]'] = (c[-1] - c[0]) / c[0] * 100 # long-only return
so it's calced use day one and the day last.
Expected Behavior
Buy & Hold Return is used for compare with strategy gain. Therefore, I guess they should started at same time, since the strategy get enough data to w
Free trading strategies for Freqtrade bot
-
Updated
Mar 8, 2022 - Python
Find your trading edge, using the fastest engine for backtesting, algorithmic trading, and research.
-
Updated
Mar 14, 2022 - Python
The unofficial Python client for the Coinbase Pro API
-
Updated
Jan 21, 2022 - Python
Stock market tracker for hackers.
-
Updated
Mar 11, 2022 - Go
DataFrame Server for Financial Timeseries Data
-
Updated
Mar 14, 2022 - Go
-
Updated
Feb 26, 2022 - JavaScript
Common financial technical indicators implemented in Pandas.
-
Updated
Oct 19, 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."


Expected Behavior
backtesting binance cypto
Actual Behavior
Can't place an order
Reproducing the Problem
def Initialize(self):
self.SetStartDate(2018, 5, 2)
self.SetEndDate(2021, 5, 4)
self.SetCash("USDT",200000, Decimal(1))
self.SetBrokerageModel(BrokerageName.Binance, AccountType.Cash)