You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/advanced.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Advanced Trading Examples
2
2
3
-
This page demonstrates sophisticated trading strategies and advanced features of the ProjectX Python SDK v3.3.4. These examples include order placement, risk management, and complex event-driven trading systems.
3
+
This page demonstrates sophisticated trading strategies and advanced features of the ProjectX Python SDK v3.5.6. These examples include order placement with automatic price alignment, risk management, and complex event-driven trading systems with proper multi-instrument event forwarding.
4
4
5
5
!!! warning "Live Trading Alert"
6
6
**These examples place REAL ORDERS on the market!**
Copy file name to clipboardExpand all lines: docs/examples/realtime.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Real-time Data Processing Examples
2
2
3
-
This page demonstrates how to work with real-time market data streams using the ProjectX Python SDK v3.3.4. Learn to handle WebSocket data, process multiple timeframes, and build real-time trading systems.
3
+
This page demonstrates how to work with real-time market data streams using the ProjectX Python SDK v3.5.6. Learn to handle WebSocket data, process multiple timeframes, and build real-time trading systems with the enhanced event system.
Copy file name to clipboardExpand all lines: docs/guide/realtime.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Real-time Data Guide
2
2
3
-
This guide covers comprehensive real-time data streaming using ProjectX Python SDK v3.3.4+. All real-time operations are fully asynchronous and provide high-performance WebSocket connectivity with automatic reconnection and memory management.
3
+
This guide covers comprehensive real-time data streaming using ProjectX Python SDK v3.5.6+. All real-time operations are fully asynchronous and provide high-performance WebSocket connectivity with automatic reconnection, memory management, and enhanced event forwarding for multi-instrument support.
The event system in v3.5.6+ features automatic event forwarding from instrument-specific EventBuses to the suite-level EventBus, enabling flexible event handling patterns:
544
+
545
+
-**Instrument-level events**: Each instrument has its own EventBus for isolated event handling
546
+
-**Suite-level events**: All instrument events are forwarded to the suite EventBus for unified handling
547
+
-**Event methods on InstrumentContext**: Direct access to `on()`, `once()`, `off()`, and `wait_for()` methods
0 commit comments