-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
enhancementNew feature or requestNew feature or requestimprovementImprovement to existing functionalityImprovement to existing functionality
Description
Bug Report
In the given folder, there is a strategy, their output and the catalog.
Expected Behavior
Ticks are delayed according to base_latency_nanos
. (ts_event
- ts_init
= base_latency_nanos
)
Actual Behavior
Tick are not delayed. (ts_event
- ts_init
= 0)
Steps to Reproduce the Problem
- Download the data
- Extract the zip file and change extracted catalog path in
strategy.py
to the catalog ./strategy.py >strategy.out 2>&1
less strategy.out
Specifications
- OS platform: Gentoo Linux (native build, amd64)
- Python version: Python 3.12.9 (native build)
- nautilus_trader version: 1.218.0 (revision c35d944; make build-wheel-debug)
Additional notes
- The simulation is running on aggregated trade ticks from Binance data collection
- The instrument information was downloaded using the NT Binance client
Further proposal
I propose to add separated latency config for ticks, as they might be received slower than orders are submitted.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestimprovementImprovement to existing functionalityImprovement to existing functionality