Results 8 comments of sunlei

> Thanks, I did remove/delete the Derived data directory and rebuilt the project. Still facing the same issue. try ```shell carthage bootstrap --platform macOS --no-use-binaries ```

@cjdsellers The same issue exists with Bybit's `execution.fast`.

@cjdsellers Bybit should also be able to calculate based on fees. But there’s another issue with Bybit: in `execution.fast`, the `orderLinkId` for maker trades is always an empty string ("")....

@cjdsellers - How would these sort of stats complement the rate limiters we have in place already? - My current idea is to keep this feature independent of the existing...

@cjdsellers I haven’t thought through the specifics of the data structure yet. It will require abstracting information from various exchanges to create a unified model. Currently, I’m working on adding...

In our project, we have experimented with the following setups: - `asdf` + `poetry` - `asdf` + `pdm` - `mise` + `poetry` - `mise` + `pdm` We ultimately settled on:...

Rate limiting is indeed a tricky issue when it comes to HFT-type strategies, and there have been some discussions about it here before. https://github.com/nautechsystems/nautilus_trader/issues/2115

@claude implement this feature based on the issue description