量化交易 聚宽 布林带策略 # 导入函数库 from jqdata import * # 初始化函数,设定基准等等 def initialize(context): # 使用真实价格 set_option('use_real_price', True)