From 44cc5da36f7a5dfc9e3d6607667d2de53a977b83 Mon Sep 17 00:00:00 2001 From: Kalzu Rekku Date: Sat, 17 Jan 2026 21:46:14 +0200 Subject: [PATCH] Remove Gemini heading from the readme. --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 768f4e9..07c0a0b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ -This is a comprehensive `README.md` designed for the root of your repository. It ties together the Go and Python services, explains the data pipeline, and provides the first documentation for your `mother.sh` orchestration script. - -*** - # Bybit BTCUSDT Signal Engine -A high-performance, multi-stage pipeline for streaming, processing, and generating trading signals from Bybit's BTCUSDT public trade WebSocket. +A high-performance, multi-stage pipeline for streaming, processing, and generating trading signals from Bybit's BTCUSDT public trade WebSocket. This project is architected as a series of decoupled microservices that move data from raw WebSocket packets to actionable trading signals via SQLite persistence and Unix Domain Sockets. @@ -109,7 +105,7 @@ The entire stack is managed by `mother.sh`, a centralized orchestration script l ### 4. Signals (`signals/`) * **Language**: Python -* **Personalities**: +* **Personalities**: * **Scalping**: High-frequency (1m/5m), EMA-cross and Stochastic focused. * **Swing**: Medium-frequency (15m/1h), Trend regime and BB-Squeeze focused. * **Delivery**: Streams JSON signals over `/tmp/signals.sock`. @@ -126,4 +122,4 @@ Each service exposes a status interface: --- ## ⚖️ License - MIT \ No newline at end of file + MIT