scawful / premia

Risk Premia Trading Client
GNU General Public License v3.0
8 stars 3 forks source link

TDAmeritrade WebSocket Streamer Callback Implementation #25

Open scawful opened 2 years ago

scawful commented 2 years ago

The current WebSocket streamer implementation has a callback for the buffer that feeds into the console widget within the main program view manager, but it should be fitted with a more detailed callback or logging method that'll allow for live streaming to a chart or watchlist view. This may have some intersection with the protobuf upgrades proposed in other issues.