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: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,18 @@ A **high-performance async Python SDK** for the [ProjectX Trading Platform](http
28
28
29
29
This Python SDK acts as a bridge between your trading strategies and the ProjectX platform, handling all the complex API interactions, data processing, and real-time connectivity.
## 🚀 v3.5.6 - Event System & Bracket Order Enhancements
32
32
33
-
**Latest Version**: v3.5.5 - Comprehensive testing and documentation improvements for the ETH vs RTH Trading Sessions feature, ensuring production-ready session filtering and analysis.
33
+
**Latest Version**: v3.5.6 - Critical fixes for multi-instrument event handling and automatic price alignment for bracket orders, ensuring robust real-time trading operations.
34
34
35
-
**Key Benefits**:
36
-
-🎯**Multi-Asset Strategies**: Trade ES vs NQ pairs, commodity spreads, sector rotation
37
-
-📊**Portfolio Management**: Unified risk management across multiple instruments
38
-
-🔄**Parallel Processing**: Efficient concurrent data processing and order management
39
-
- 🛡️ **Backward Compatible**: Existing single-instrument code continues to work
40
-
- ⚡ **Performance Optimized**: Parallel context creation and resource sharing
35
+
**Key Improvements**:
36
+
-🔄**Event Forwarding**: Fixed multi-instrument event propagation with proper bus forwarding
37
+
-🎯**Smart Price Alignment**: Bracket orders now auto-align to tick sizes instead of failing
38
+
-📊**Enhanced Examples**: All advanced trading examples updated and tested
39
+
- 🛡️ **Improved Reliability**: 30+ test fixes ensuring production stability
40
+
- ⚡ **Real-time Fixes**: Corrected bar data access in streaming examples
41
41
42
-
See [CHANGELOG.md](CHANGELOG.md) for complete v3.5.5 features including sessions module improvements and comprehensive example scripts.
42
+
See [CHANGELOG.md](CHANGELOG.md) for complete v3.5.6 fixes and previous version features.
0 commit comments