Remove Gemini heading from the readme.
This commit is contained in:
10
README.md
10
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
|
# 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.
|
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/`)
|
### 4. Signals (`signals/`)
|
||||||
* **Language**: Python
|
* **Language**: Python
|
||||||
* **Personalities**:
|
* **Personalities**:
|
||||||
* **Scalping**: High-frequency (1m/5m), EMA-cross and Stochastic focused.
|
* **Scalping**: High-frequency (1m/5m), EMA-cross and Stochastic focused.
|
||||||
* **Swing**: Medium-frequency (15m/1h), Trend regime and BB-Squeeze focused.
|
* **Swing**: Medium-frequency (15m/1h), Trend regime and BB-Squeeze focused.
|
||||||
* **Delivery**: Streams JSON signals over `/tmp/signals.sock`.
|
* **Delivery**: Streams JSON signals over `/tmp/signals.sock`.
|
||||||
@@ -126,4 +122,4 @@ Each service exposes a status interface:
|
|||||||
---
|
---
|
||||||
|
|
||||||
## ⚖️ License
|
## ⚖️ License
|
||||||
MIT
|
MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user