SignalPerformance

class czsc.SignalPerformance(*args, **kwargs)[source]

Bases: object

信号表现分析

Methods Summary

analyze([mode])

分析信号出现前后的收益情况

report([file_xlsx])

Methods Documentation

analyze(mode='0b') DataFrame[source]

分析信号出现前后的收益情况

Parameters:

mode – 分析模式, 0b 截面向前看 0n 截面向后看 1b 时序向前看 1n 时序向后看

Returns:

report(file_xlsx=None)[source]