Implementing a Strategy Events Collector for Rust Live Mode #166
Unanswered
DeevsDeevs
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I don't see anything wrong with it. But, why not separate the two processes: receiving events from the exchange and receiving events from the strategy? In my opinion, the simpler the working unit, the better. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
First off, thank you for this amazing project—I've been exploring it and learning a lot. Right now, I'm experimenting with live trading on Bybit using Rust, and I have an idea to write a simple events collector for my strategy to store data in Clickhouse.
The collector wouldn't just handle events from the exchange but also other messages reported by the strategy. I'm envisioning it as a separate actor (like a connector) that receives messages via IPC and then handles the saving logic.
I would love to hear your thoughts or advice on implementing something like this. Are there alternative approaches you'd recommend for this use case?
Beta Was this translation helpful? Give feedback.
All reactions