Commit 2f565c4
feat(rebalance): record execution telemetry (5a platform) (#314)
* feat(rebalance): record execution telemetry via PerformanceMonitor
Persist IBKR execution summaries after each strategy cycle using
QuantPlatformKit try_record_platform_execution().
Co-Authored-By: Claude <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
* fix(ci): align QPK pin with canonical 0af622a after #199 merge
Co-Authored-By: Claude <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 270bfe8 commit 2f565c4
2 files changed
Lines changed: 33 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
40 | 66 | | |
41 | 67 | | |
42 | 68 | | |
| |||
885 | 911 | | |
886 | 912 | | |
887 | 913 | | |
| 914 | + | |
888 | 915 | | |
889 | 916 | | |
890 | 917 | | |
| |||
969 | 996 | | |
970 | 997 | | |
971 | 998 | | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
972 | 1003 | | |
973 | 1004 | | |
974 | 1005 | | |
| |||
1063 | 1094 | | |
1064 | 1095 | | |
1065 | 1096 | | |
| 1097 | + | |
1066 | 1098 | | |
1067 | 1099 | | |
1068 | 1100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments