How should I modify it to use it for real-time trading? #16
-
How should I modify it to use it for real-time trading? |
Beta Was this translation helpful? Give feedback.
Answered by
edtechre
May 4, 2023
Replies: 1 comment
-
Hi @virtualpeer, Live trading is currently not supported. However, you can save the models you train with PyBroker and use them in a live trading strategy. Please note that the asynchronous nature of live trading makes the needed modifications difficult. If you are still interested, you can begin by looking at the strategy module. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
edtechre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @virtualpeer,
Live trading is currently not supported. However, you can save the models you train with PyBroker and use them in a live trading strategy.
Please note that the asynchronous nature of live trading makes the needed modifications difficult. If you are still interested, you can begin by looking at the strategy module.