You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
So I have a question.
I have a WPF application and I want to get continuous TradeHistory so if it goes to a price I can buy or sell.
What would be the best way to do this? Create a method and call
ProductsService.GetTradesAsync
every 1 second?
I have never created an application to get continuous data.
Thank you (I wasn't sure where to post this)
The text was updated successfully, but these errors were encountered:
Hello,
So I have a question.
I have a WPF application and I want to get continuous TradeHistory so if it goes to a price I can buy or sell.
What would be the best way to do this? Create a method and call
ProductsService.GetTradesAsync
every 1 second?
I have never created an application to get continuous data.
Thank you (I wasn't sure where to post this)
The text was updated successfully, but these errors were encountered: