none2003

Results 25 issues of none2003

### 问题描述 / Describe the bug 在轻量模式,中双击任务栏图标,弹出主界面,但是不显示内容,过一会儿主界面标题栏显示“未响应”。该问题不是每次都出现,10次中有4次吧。 ![Image](https://github.com/user-attachments/assets/5eb34f80-13b4-428b-bfc3-3e6d5498599b) ### 软件版本 / Verge Version 2.3.0 ### 复现步骤 / To Reproduce . ### 操作系统 / OS Windows ### 操作系统版本 / OS Version...

bug

Currently, if you want to pass parameters to fn, you must use the pybroker.param method, which is rather inconvenient, eg: ```python pybroker.param("run_type", "monthly") def some_exec(ctx): run_type = pybroker.param("run_type") if run_type:...

Hi @edtechre, Pybroker's built-in stop mechanism only includes stop after certain bars, stop-loss, stop-profit, and trailing stop-loss, which will execute the stop order on the same day's bar when triggered....

Need to keep scipy < 1.16 until Statsmodels gets a new release. Per this issue: [statsmodels/statsmodels#9584](https://github.com/statsmodels/statsmodels/issues/9584)

add "Parameters Used" section in html report, user can store notes or parameters for further reference.

When using `reports.full`, I noticed that the Underwater Plot does not display the average drawdown: However, in the HTML file generated by `reports.html`, the average drawdown is displayed: I understand...

- Remove redundant DataFrame conversion for returns data - Add isinstance check to ensure proper handling of DataFrame inputs - Improve figure size calculation logic for multi-column returns - Maintain...

If both strategy returns and benchmark returns are provided, and the strategy returns begin with an initial series of zeros, the `reports.metrics` will still include these zeros in its calculations...

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...

- Fix incorrect assignment of Omega values for pandas Series returns - Ensure consistent handling of benchmark Omega when present - Maintain proper structure for metrics dictionary output