Files
winning-wallet-finder_github/research/leanbot.Dockerfile
T
jaxperro cf9465f38a #26 wwf-leanbot (Study C stage-2) + #27 v2 band arm + shared concentration guards
leanbot: orders_matched inventory tracking on the nightly-published
screened set (box never screens itself), frozen $150-500 one-sided
crossing, paper FAK $100 capped at print+3c, complement routing for
net-short leans, MAX_PER_EVENT=2, premium logged on every attempt.
guards.py: ex-best-day / ex-top5 / top-event share — the cuts that caught
both studies today, now machinery every grader reports nightly.
grade_lag: v2 band arm (15-40c, forward-only from V2_FREEZE_TS, bar +$8)
+ three report-only control bands.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-27 15:32:39 -04:00

6 lines
221 B
Docker

# wwf-leanbot — one dep, no git, no clone (same discipline as the others).
FROM python:3.12-slim
RUN pip install --no-cache-dir websocket-client
COPY research/leanbot.py /leanbot.py
CMD ["python3", "-u", "/leanbot.py"]