Commit a5ad541
committed
feat: enhance dashboard with metrics, color coding, and timeline fixes
- Add Consistency/Stability KPI cards and ranking table columns
- Add absolute-threshold color coding on ranking metrics with star for best values
- Add Reason column to orders table, Stop Loss/Take Profit/Reasons to trades table
- Fix empty timeline chart (custom canvas 2D rendering instead of Chart.js)
- Add symbol dropdown for timeline filtering
- Fix report.show(browser=True) to skip inline Jupyter display1 parent 1fecaa5 commit a5ad541
3 files changed
Lines changed: 347 additions & 122 deletions
File tree
- investing_algorithm_framework/app/reporting
- templates
Lines changed: 45 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
133 | 137 | | |
134 | | - | |
135 | | - | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| |||
463 | 466 | | |
464 | 467 | | |
465 | 468 | | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
466 | 492 | | |
467 | 493 | | |
468 | 494 | | |
| |||
476 | 502 | | |
477 | 503 | | |
478 | 504 | | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
479 | 516 | | |
480 | 517 | | |
481 | 518 | | |
| |||
588 | 625 | | |
589 | 626 | | |
590 | 627 | | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
591 | 633 | | |
592 | 634 | | |
593 | 635 | | |
| |||
617 | 659 | | |
618 | 660 | | |
619 | 661 | | |
| 662 | + | |
620 | 663 | | |
621 | 664 | | |
622 | 665 | | |
| |||
0 commit comments