Linlang
Linlang
Hi, @keontang Thanks for your attention to qlib. `parse_instruments()` does not droping duplicates as expected. In its context, `repeating symbols` represent different validity intervals, which are necessary for the correctness...
Hi, @donaldkuck Thanks a lot for raising this — you’re absolutely right. Adding proper MPS support would significantly improve the experience for macOS users, and your suggested change to the...
Hi, @JakobWong First of all, thank you for your contribution to qlib, secondly, I would like to know where did you get this data `~/.qlib/qlib_data/crypto_data_perp` from? I think it would...
Hi, @JakobWong I tried to test the code `qlib/example/workflow_by_code_longshort_crypto.py`, and found a problem with the circular import. ```workflow_by_code_longshort_crypto.py → qlib.workflow.record_temp → qlib.contrib.evaluate → qlib.strategy.base → qlib.backtest → qlib.workflow.record_temp``` And a...
Hi, @JakobWong Thanks for fixing bug, I'm trying to run the sample code on the latest modification. Some issues were found: - `workflow_by_code_longshort_crypto.py` reports: `crypto_qlib_config.py` file is missing. Here is...
Hi, @JakobWong Thanks for fixing the previously mentioned bugs, I tried to run `shortable_backtest_crypto_loop.py`, and the problem disappeared, which is good news. But `workflow_by_code_longshort_crypto.py` found a new problem during backtest....
Hey, @JakobWong Thanks for fixing these issues, the sample code in examples currently works. This is good news. I see that there are still some Chinese comments, please revert them...
Hey, @JakobWong I apologize for the long time between replies, I reopened this PR today, tested the `test_shortable_crypto_real.py` script, and found two errors: 1. [qlib/tests/test_shortable_crypto_real.py Line 125](https://github.com/microsoft/qlib/pull/1986/files#diff-17b3b9f340b26dd091cca53226357e5e94e896ea4b0235f76a19eeb2f0d6538dR125): ``` AttributeError: ‘ShortableExecutor’...
This issue is fixed in [PR 1279](https://github.com/microsoft/RD-Agent/pull/1279), you can install the latest version (0.8.0) of `RD-Agent` or pull the latest code and retry.
Hi, @XiaotianZha Thank you for your attention to qlib. The issue you mentioned has been fixed in [PR 2023](https://github.com/microsoft/qlib/pull/2023). Please pull it locally and try again.