Stefan Jacholke
Stefan Jacholke
How would one update the config for Hourly or Daily ? On Daily I seem to be getting errors. On hourly I have in the config: ``` 'chop_val': 200, 'variable':...
As discussed in #243 the Trade Event for the futures websocket used the spot model which is incorrect and didn't work. I adjusted the futures model to match the current...
According to https://dev.binance.vision/t/futures-trades-websocket-with-trade/17246 there is a @trade futures endpoint, and I see in the code there is a `FuturesWebsocketEvent::Trade`. https://github.com/nkaz001/collect-binancefutures/blob/master/collect/binancefutures.py is using it as well. I have tried subscribing to...