Hello,
I want to write a reporter of state of my running strategy to external messenger (telegram) but I can't find a clue how to report the state of realtime Transaction. What's the best way to access the information about the state of the transaction? Is it filled or not? What is the average price? Was there enough funds to fill?
Thank you
I want to write a reporter of state of my running strategy to external messenger (telegram) but I can't find a clue how to report the state of realtime Transaction. What's the best way to access the information about the state of the transaction? Is it filled or not? What is the average price? Was there enough funds to fill?
Thank you
Rename
You could probably leverage the finantic.Publisher extension's support for Webhooks to integrate with TG?
You can get BrokerPosition info in a strategy like this. See a solution in #18.
Your Response
Post
Edit Post
Login is required