RD-Agent
RD-Agent copied to clipboard
How to switch the target of quantitative research to another index or multiple futures varieties?
Does the current version support this feature?
Hi, @Boreas813 , Thanks for your question!
RD-Agent’s quantitative research scenario is built on top of Qlib’s stock-market pipeline, so other futures varieties are not supported out of the box.
If you want to switch to another index or use a different dataset, you can refer to the logic inside generate_data_folder_from_qlib(). The key point is if you plan to modify or add custom dataset, it’s important to make sure your changes stay consistent with the indexing and data structure expected by generate.py.
Hope this helps!