WillPCowan

Results 4 issues of WillPCowan

### Operating System _No response_ ### Programming Languages Python 3.11 ### CCXT Version 4.2.99 ### Description Currently precision values (for quantity/price) in market structures are not normalised. For example for...

### Operating System MacOS ### Programming Languages Python ### CCXT Version 4.2.99 ### Description When sending create order requests using `ccxt.pro.Binance` and using the portfolio margin account option (`exchange["portfolioMargin"] =...

### Operating System _No response_ ### Programming Languages Python ### CCXT Version 4.2.99 ### Description Given below is an example of `handle_message` from `ccxt.pro.binance`. This redundantly instantiates a event to...

enhancement

`asyncpg` converts timestamps to `datetime.datetime`. If a column has type `timestamp without time zone` then the datetime object's `.tzinfo` is `None`. This means `datetime` implicitly treats this datetime as if...