This website requires JavaScript.
Explore
Help
Sign In
hjnormey
/
siloqy
Public Access
Watch
1
Star
0
Fork
0
You've already forked siloqy
Code
Issues
7
Pull Requests
2
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c16b5aaaa4a3f4f61b0cc22b9a6699861630dbf0
siloqy
/
prod
/
clean_arch
/
adapters
History
Codex
62553424ab
PINK: fix vel_div always-None in HazelcastDataFeed — normalize_ng7_scan hoists vel_div to top-level data dict but feed was reading scan (inner result sub-dict) which has no vel_div. Now checks data.get('vel_div') first (top-level), then scan, then recomputes from multi_window_results. PINK was receiving velocity_divergence=None on every snapshot and never entering trades even when BLUE (same threshold) did.
...
Co-Authored-By: Claude Sonnet 4.6 <
noreply@anthropic.com
>
2026-06-08 15:18:53 +02:00
..
bingx_direct.py
PINK: fix EXIT position not closing — 3 root causes, 368/368 tests green
2026-06-06 01:39:35 +02:00
hazelcast_feed.py
PINK: fix vel_div always-None in HazelcastDataFeed — normalize_ng7_scan hoists vel_div to top-level data dict but feed was reading scan (inner result sub-dict) which has no vel_div. Now checks data.get('vel_div') first (top-level), then scan, then recomputes from multi_window_results. PINK was receiving velocity_divergence=None on every snapshot and never entering trades even when BLUE (same threshold) did.
2026-06-08 15:18:53 +02:00