Skip to content
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

backtesting_engine.py 的第135行是不是错了? #53

Closed
riverklause opened this issue Oct 25, 2024 · 2 comments
Closed

backtesting_engine.py 的第135行是不是错了? #53

riverklause opened this issue Oct 25, 2024 · 2 comments

Comments

@riverklause
Copy link

135行代码:
sequence_time = sequence_time[self.observation:]
是不是错了我的理解应该是这样的才对
sequence_time = sequence_time[-self.observation:]
这样才是按照observation抽取了需要的时间样本数

Copy link

Hello @riverklause , thank you for submitting an issue! 👍 We highly appreciate it if you work on it as well.

@riverklause
Copy link
Author

riverklause commented Oct 29, 2024

sorry,是我理解错误,关闭这个issue吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants