Commit a96b147
Show volume trend in the ticker detail panel
universe.py has computed volume_trend (the last two weeks' average
volume against the last quarter's, as a percent — 100 is business as
usual) since the sessions/sectors fields landed, but it only ever
reached the screener grammar as `voltrend`, filterable but not
readable per ticker. It answers a different question than the "Rel
volume" line already in the panel: that one is today alone against
the average, so it resets every morning; this one says whether an
elevation has already become the new normal, which is exactly the
distinction the Quiet Accumulation preset trades on.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013XrAv5EkL4VKJK7QFUH9nM1 parent 5c61d8a commit a96b147
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2809 | 2809 | | |
2810 | 2810 | | |
2811 | 2811 | | |
| 2812 | + | |
| 2813 | + | |
| 2814 | + | |
| 2815 | + | |
| 2816 | + | |
| 2817 | + | |
2812 | 2818 | | |
2813 | 2819 | | |
2814 | 2820 | | |
| |||
0 commit comments