Skip to content

Commit 8d338c8

Browse files
committed
fix: Update example to use MNQ for better real-time performance
- Changed from ES to MNQ in example file - MNQ provides more consistent real-time updates than ES or NQ - Improved comments explaining instrument selection
1 parent 2f12367 commit 8d338c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/realtime_data_manager/01_events_with_on.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async def main():
1010
# Note: Use "MNQ" for Micro E-mini Nasdaq-100 futures
1111
# "NQ" resolves to E-mini Nasdaq (ENQ) which may have different data characteristics
1212
suite = await TradingSuite.create(
13-
instrument="ES", # Works best with MNQ for consistent real-time updates
13+
instrument="MNQ", # Works best with MNQ for consistent real-time updates
1414
timeframes=["15sec"],
1515
)
1616
print("TradingSuite created!")

0 commit comments

Comments
 (0)