51bitquant / howtrader

Howtrader: A crypto quant framework for developing, backtesting, and executing your own trading strategies. Seamlessly integrates with TradingView and other third-party signals. Simply send a post request to automate trading and order placement. Supports Binance and Okex exchanges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mainengine

xz3n14 opened this issue · comments

mainengine主引擎代码中少了一个get_contract的方法,converter.py里就有调用主引擎的get_contract方法

mainengine主引擎代码中少了一个get_contract的方法,converter.py里就有调用主引擎的get_contract方法

该方法在OmsEngine 里面

class OmsEngine(BaseEngine)

并通过 add_function 方法注册到mainEngine 里面。