-
Hi, I am trying (wanting) to do a monthly rotation strategy. Is there a way to rank and rotate at month's end? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
edtechre
Jun 23, 2024
Replies: 1 comment 2 replies
-
Hi @jeffpanc, Have you seen this notebook on rotational trading? You can check ctx.dt in |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jeffpanc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jeffpanc,
Have you seen this notebook on rotational trading?
https://www.pybroker.com/en/latest/notebooks/10.%20Rotational%20Trading.html
You can check ctx.dt in
rotate
to only run your trading rules at the end of the month.