CzscAdvancedTrader
- class czsc.traders.advanced.CzscAdvancedTrader(bg: BarGenerator, strategy: Optional[Callable] = None)[source]
Bases:
object缠中说禅技术分析理论之多级别联立交易决策类(支持分批开平仓 / 支持从任意周期开始交易)
Attributes Summary
汇集回测相关结果
Methods Summary
open_in_browser([width, height])直接在浏览器中打开分析结果
take_snapshot([file_html, width, height])获取快照
update(bar)输入基础周期已完成K线,更新信号,更新仓位
Attributes Documentation
- results
汇集回测相关结果
Methods Documentation