Live trading strategy, not backtesting. #44
|
When can we use pynecore's strategies to run directly in the Python environment and trigger exchange transactions? |
Answered by
wallneradam
Apr 4, 2026
Replies: 1 comment
|
Hi @ciscowu,
|
0 replies
Answer selected by
wallneradam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ciscowu,
Great question! There are actually two paths here:
Available now: You can integrate PyneCore strategies with existing trading frameworks like FreqTrade. We have working examples in our examples repo: https://github.com/PyneSys/pynecore-examples
Coming soon: We're currently building a plugin system that will let you connect directly to exchanges and run strategies from PyneCore — no external framework needed. No exact release date yet, but it's our current top priority.