qtbgo

Results 17 issues of qtbgo

https://github.com/QuantConnect/Lean/issues/106 I want to add a new market,,eg.,Chinese stock market. The above post says is easy, it says: Adding a market should be fairly simple. You'll need to add the...

Hi, in your implementation of get_signal function (book snippet 10.1), you say : Note 1: In the book, this function contains a conditional statement checking for a column named 'side',...

In ver0.0.50, after executing qs.reports.html(myreturns, output='stats.html' ), it generates quantstats-tearsheet.html instead of stats.html.

I wonder if we can use minutes return instead of daily returns input to quantstats?

请问有大规模问题的性能比较吗?

我测试了如下代码 from ctpbee import CtpbeeApi class Example(CtpbeeApi): def on_bar(self, bar): # 此处我们拿到ag1912的最新一条tick tick = self.app.center.get_tick("ag2206.SHFE") print(tick) print(type(tick)) 结果出错: TypeError: 'TickData' object is not subscriptable

can this be used in live trading?

I tried Multi-activity, Multi-day Shift Scheduling Instances in https://www.strandmark.net/wasm/shift_scheduling_colgen_page.html, but failed. wonder if could run Multi-activity, Multi-day Shift Scheduling Instances?

在国内执行如下命令下载数据缓慢 GetData().qlib_data(target_dir=provider_uri, region=REG_CN) 下载20分钟(35%)后,出现如下错误 ChunkedEncodingError: ("Connection broken: ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None)", ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None)) 怎么办呢?

question

https://github.com/QuantConnect/Lean/issues/106 I want to add a new market,,eg.,Chinese stock market. The above post says is easy, it says: Adding a market should be fairly simple. You'll need to add the...