1、history
函数形式:history(bar_count, frequency, field, ffill=True)
函数说明:已经不用了,用data.history替代
2、order_target_percent
函数形式:order_target_percent(asset, target, limit_price=None, stop_price=None, style=None)
函数说明:按指定比例,为指定资产下单
3、order_target
函数形式:order_target(asset, target, limit_price=None, stop_price=None, style=None)
函数说明:按指定数额,为指定资产下单
4、record
函数形式:record(*args, **kwargs)
函数说明:跟踪、记录每天产生的值
5、symbol
函数形式:symbol(symbol_str)
函数说明:根据股票代码,查到股票。不是实时更新股票信息的变更。
6、sid
函数形式:sid(sid)
函数说明:根据股票唯一值,查到股票,可以实时更新股票信息的变更。查找股票,推荐使用sid