Closed 0xdaduck closed 1 month ago
Please see the document. NoPartialFillExchange and PartialFillExchange
The supported order types and time-in-force options vary depending on the exchange model. IOC
and FOK
are only supported in the PartialFillExchange
.
However, liquidity-taking orders may show greater discrepancies, as they have a higher chance of causing market impact, which isn't modeled and is very difficult to simulate accurately in the backtester.
This has been added 126ccee3382a5132a650a9cd3c9e1a76ff86108d
Thanks for your help. Have a nice day
When testing my strategy, I found that there was an error in submitting multiple orders when opening a position. When printing the order details, I found that exch_timestamp was always 0. Is this a bug, or is there a problem with my data? In addition, I want to know whether the time unit in ConstantLatency is nanoseconds or something else? I am using the rust version 0.3.2.