-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
测试刚好选择的是A股上升的时间段 #13
Comments
我觉得也有这个问题,这段时间正好是从2800点到3000点,指数涨了快200点,收益4%很正常,其实应该做一块时间比较长的涵盖上涨与下跌的时段,而且最好开始点的指数和结束点的指数值基本接近 |
小心不要引入未来函数呀 |
有群一起讨论吗? |
单纯用这个程序去交易显然是不行的,因为基本上就是随着股票同涨同跌 |
基于RL的agent交易,和传统的量化交易是不同的概念,没有所谓“未来函数”吧! |
我估计这哥们应该就是引用了未来函数,但是就算引用了未来函数应该也不止这么点收益,我用SVM试过如果引用未来函数差不多是90%+的胜率。 |
所以在实际应用中要搞多个模型进行pk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
看似结果不错,但是换到跌的时间段,结果会很糟糕
The text was updated successfully, but these errors were encountered: