nkaz001

Results 89 comments of nkaz001

Good to hear that. Thanks for the suggestion. By the way, do you have Discord, or can you let me know your email? Or, please get in touch with me...

@kronael provides a huge resource. You can freely download the data from the link below. There are certain bandwidth limits and please do not abuse it. I appreciate this and...

I will consider showing progress. But, due to Numba limitations, displaying a progress bar might be challenging. Printing progress is acceptable, even if it might be a bit verbose. In...

please check if the path is correct. the directory should exist.

I'm not sure where you encounter API rate limits since data collection is done through a websocket. If it occurs from connecting to the websocket, you need to implement backoff...

You need to collect multiple assets from different IP addresses or distribute the fetching of snapshot timing. or you can rely on natural refreshes so get rid of fetching snapshot.

There was an article that explained the concept of 'natural refresh' in detail, but I cannot find it now. Anyway, natural refresh, in a liquid asset, occurs due to the...

Please see the document. [NoPartialFillExchange](https://docs.rs/hftbacktest/0.3.2/hftbacktest/backtest/proc/struct.NoPartialFillExchange.html) and [PartialFillExchange](https://docs.rs/hftbacktest/0.3.2/hftbacktest/backtest/proc/struct.PartialFillExchange.html) 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,...

This has been added 126ccee3382a5132a650a9cd3c9e1a76ff86108d

It seems there is no file specified in your `BacktestAsset` configuration. Did you run the Data Preparation tutorial first? It generates the files used in the Getting Started tutorial.