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

is quantstrat suitable for reinforcement learning #150

Open
mytarmail opened this issue May 4, 2023 · 0 comments
Open

is quantstrat suitable for reinforcement learning #150

mytarmail opened this issue May 4, 2023 · 0 comments

Comments

@mytarmail
Copy link

Hello! I'm new here!
I want to train an agent to manage a position.

I would like to know if I can do such things in quantstrat or if I have to write it myself.

can i on every iteration (every candle) do things like this

  1. receive information about the position status (open/closed/buy/sell)
  2. receive information about profit / loss on the current position and past positions
  3. manage trailing stop/take profit/stop loss
  4. change order type for entry/exit and position

That is, I am interested in whether the agent can see his portfolio at each iteration and manage it, as it were, "real time"

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