i am trying to add (by using append ie history = history.append({'inst':inst,'open':o,'high':h,'low':l,'close':c},ignore_index=True) ) ohlc data to pandas DataFrame after every tick but i getting an error [1006 - connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket closing handshake)].
You can go through this thread.