Firebird
Firebird
From stream I receive OPU and CONFIRMS but never WOU events. How did you process to determine if it is a market position that is created or a working (limit)...
Most of the path uses \ for Windows but are not compatible with Linux path and make wrong sessions et members files locations. Fix should be to use the os.path.join...
Hi, thank for this nice theme. There is issues when gogs is not on root of website, for examples on http://yourhost/gogs/ In that case there is many changes I applied...
The behavior is not the same for left and right direction. From left to right the counter change at the begining of the rotation, not at the end of the...
in client.py class AsyncClient when calling async def _request(self, method, uri: str, path: str, params: Dict) on specialized method url parameters is always missing, but seems unnecessary.
In class FtxSocketManager the method _init_stream_url reference to unexisting constants and seems unused.
in `def login(self, socket_name: str): if not socket_name: return ts = int(time.time() * 1000) sign = ws_signature(ts, self.secret)` ts is in int but signature method look for an str.
Why not adding unsubscribes methods ?
I explain, I made many tests : 1) compute ADX 7 with just the lookback minimal size (2 x period - 1, it seems) 2) compute ADX 7 but with...
Is there a way to add a delay before displaying the tooltips with values ? Or maybe a combination of key ou mouse button ?