Live trading strategy, not backtesting. #44
-
|
When can we use pynecore's strategies to run directly in the Python environment and trigger exchange transactions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @ciscowu,
|
Beta Was this translation helpful? Give feedback.
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.