issues
search
hhstore
/
blog
My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
291
stars
24
forks
source link
Quant: Quantitative Trading
#345
Open
hhstore
opened
2 years ago
hhstore
commented
2 years ago
related:
[x] xxx
[x] xxx
hhstore
commented
2 years ago
量化交易:
分类:
程序化交易(Program trading / Systematic Trading)
量化交易(Quantitative Trading)
算法交易(Algorithmic trading)
高频交易(high-frequency trading, HFT)
概念:
https://github.com/wilsonfreitas/awesome-quant
hhstore
commented
2 years ago
Python 量化框架:
https://github.com/mementum/backtrader
https://github.com/pmorissette/bt
https://ta-lib.org/
示例:
https://github.com/quantmew/okex-py/blob/main/examples/bt_turtle.py#L6
https://github.com/better-trader/crypto_trading
https://github.com/hancock-da/cryptocurrency-backtesting
https://github.com/bodhion/cryptobt
https://github.com/debzody/tradingbot
https://github.com/lhandal/crypto-trading-bot/blob/master/user_data/hyperopts/sample_hyperopt.py#L48
crypto:
https://github.com/freqtrade/freqtrade
https://github.com/whittlem/pycryptobot
https://github.com/jesse-ai/jesse
交易所 lib:
https://github.com/ccxt/ccxt
ref:
https://github.com/botcrypto-io/awesome-crypto-trading-bots
hhstore
commented
2 years ago
币安:
推荐:
https://github.com/edeng23/binance-trade-bot/blob/master/binance_trade_bot/crypto_trading.py#L30
其他:
https://github.com/Viandoks/python-crypto-bot/blob/master/bottrade.py#L39
https://github.com/Viandoks/python-crypto-bot/blob/master/bot.py#L45
https://github.com/andrewboyley/crypto-trader/blob/main/Bot.py#L107
https://github.com/ccxt/ccxt/blob/master/examples/py/async-binance-create-margin-order.py#L29
hhstore
commented
2 years ago
1
hhstore
commented
2 years ago
1
hhstore
commented
2 years ago
1
hhstore
commented
2 years ago
1
hhstore
commented
2 years ago
1
related: