mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-08-02 18:57:47 +00:00
cf9465f38a
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>
6 lines
221 B
Docker
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"]
|