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 results #42

Open
rohita77 opened this issue Jan 23, 2022 · 0 comments
Open

Backtesting results #42

rohita77 opened this issue Jan 23, 2022 · 0 comments

Comments

@rohita77
Copy link

The DRL algorithm systematically invests the initial_amount until all the amount is exhausted. However, during validation/trading the entire amount may not be invested (due to hmax) and high initial_amount (1 million). However for the baseline we are using point to point close price returns. This means for the baseline we are considering the entire initial amount whereas for the back test the entire amount may never be invested. This means that the backtest will usually underperform the baseline?

Should the baseline also use a similar investing method...In practice no one would invest 1 million on day 1 even if its an index....alternatively for the baseline we should allocate the initial amount to the index and only allow sell actions?

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

1 participant