Open ebagjones opened 4 years ago
the model has many problems.
it seems to always converge to a strategy in which some position can remain open even with long-term drawback. even giving a smaller reward based on the self.unreturn the model never change unless it stop opening position (which become the only way to avoid massive drawback) lowering the reward when its position flat + counting drawback the model never change.
also i dont understand how is that possible that the results with low episode are the same with higher episode, i batch size as well with little to no results.
tp sl are used to render closed position.
Lor, That makes a lot of sense, I've been working with the stop loss, profit taking, and reward and it doesn't seem to be working as expected. Are you considering digging into these issues, or moving on to something else?
using predefined stop losses and take profit would make it worse.
probably no since i would not know where to start to fix this problem
This is a great project and I like what has been done here, but I've been going through the code and paper and have some questions.
Thanks again (and in advance!)