A quantitative trading system skeleton built on the Interactive Brokers (IBKR) API, designed to let you quickly build, backtest and run trading strategies. quant/ ├── main.py # CLI entry (check / ...
而真正的交易行为则通过 connect 、 close 、 subscribe 、 send_order 、 cancel_order 、 query_account 、 query_position 等抽象方法完成。需要说明的是,具体柜台 Gateway(如 vnpy_ctp 中的 CtpGateway )是以独立 Python 包形式发布、与主程序解耦的,本文仓库内的核心框架提供了承载这些 ...
Urban heat islands are a solvable data problem: this piece shows how to combine free satellite imagery, standard ...
C++ 17 based library (with sample applications) for testing equities, futures, currencies, etfs & options based automated trading ideas using DTN IQFeed real time data feed and Interactive Brokers (IB ...