Thank you.

Now, I am trying to convert your OCX into a DLL to use in VBA-Excel. This is because I wrote some code in VBA to pull Crypto data from Coinbase Pro, and to automatically initiate trades, based on certain criteria. Kinda like an automated day-trader. Excel does a good job of visually and graphically representing data, but hit a wall with websockets. This is probably because the XMLHTTP60 and Internet Controls libraries do not handle the bi-directional communications. But if I can get a DLL to function within the VBA infrastructure, it would be the best of both worlds. Worst case, I will make a bridge between my Excel VBA and your websockets.