szmcdull
szmcdull
I understand that AsyncContext would not stop until all tasks are finished. I want to find out which tasks are out running. But I didn't find out a good way....
At first I suspected that there is a deadlock. But I don't know why because I find no reason in my code. Then I added some logs. Then I find...
unable to generate code for table: perpetual_funding_rate, primary key column: [1] time has unsupported type: datetime / time.Time
## Expected Behavior The ReceiveTimeout() should hide details of message protocol. It should pick previous timeout-ed message header and continue to produce a full message instead of simply dropping the...
a) Add another virtual exchange that works only for futures, yet another one for swap. b) Add a marketType parameter to all methods of the existing exchange. The first one...
https://www.backtrader.com/home/helloalgotrading/ ``` Exception has occurred: FileNotFoundError (note: full exception trace is shown but execution is paused at: _run_module_as_main) [Errno 2] No such file or directory: 'MSFT' File "D:\anaconda3\Lib\site-packages\backtrader\feed.py", line 674,...
``` [ERROR] Unknown error occurred. Exception: System.ArgumentException: Feature property cannot be set when Exclude is true. Owner=Resque.Job at Confuser.Core.ObfAttrMarker.ToInfo(ObfuscationAttributeInfo attr, ProtectionSettingsInfo& info) at Confuser.Core.ObfAttrMarker.d__7.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)...
### Operating System any ### Programming Languages JS ### CCXT Version latest ### Description currently ccxt okx margin (with "net" posSide) position side is determined by position size (positive/negative). But...
bittrex websocket stuck on connect
### Proposal Details Currently, a cancelCtx propagates its cancelFunc to its parent context. If we add some little changes, we can make a child cancelCtx linked with multiple parent contexts,...