quantstats
quantstats copied to clipboard
Benchmark‘s Omega value always as same as Strategy
You may consider using methods such as "reports.full," "reports.html," or "reports.metrics" to calculate metrics for both the benchmark and the strategy (as series) at the same time. Kindly note that the omega value of the benchmark will always align with that of the strategy.
This problem doesn't exist when passing benchmark series with multi-columns df returns.
I have created a PR for it: https://github.com/ranaroussi/quantstats/pull/488. I would greatly appreciate it if you could kindly review and consider merging it. Thank you so much for your time and support!