history_bars(context.s1, 2, \'self\', \'close\', include_now=True)
history_bars(context.s1, 2, \'self\', \'close\', include_now=False)
但是用history_bars_date函数取1天数据时,include_now设置False,不会取到当前最新值。
写法如下:
history_bars(context.s1, 4, \'1d\', \'close\')
麻烦确认下是否是bug,还是只有我这里有问题