Harnessing the Power of Redis for Efficient Trading Operations: A Detailed Look at Redis Pub/Sub and Stream #1
Introduction
While developing a trading robot that processes webhook messages from TradingView and places orders through the Interactive Brokers (IB) Insync API, I opted to use a message broker - Redis Pub/Sub. This decision stems from the convenience it offers in handling asynchronous operations. The two operations, i.e.