Shay Heffets (eToro: Sharkie1978) leads the MarketDataGroup initiative — a suite of trading infrastructure tools, dashboards, and data products built around eToro's market data capabilities.
Automated trading signals platform — generates, publishes, and tracks BUY/SELL signals with SL/TP across eToro instruments.
| Component | File | Purpose |
|---|---|---|
| vipsignals-engine | vipsignals-engine/src/index.ts | Signal generation + 24/7 outcome tracking timer |
| vipsignals-admin | Port 3051 | Admin dashboard |
| vipsignals-shared | vipsignals-shared/src/db.ts | DB access (search_path = data, signals, public) |
| Database | quantdb | data.price_history — 39.8M bars (TimescaleDB) |
| Direction | Stop Loss | Take Profit | R:R |
|---|---|---|---|
| BUY | -5% | +15% | 3:1 |
| SELL | +5% | -15% | 3:1 |
Total Signals: 7,001 with SL/TP | Total Tracked: 7,898 published
Dedicated 5-minute timer independent of scan cycles. Runs 24/7 with trackOutcomes() called immediately on startup.
public first → reading empty public.price_history. Fixed to data-first.data.instruments
URL: dashboard.thetradingbots.com/247-trading
Service: hip3-dashboard (PM2) |
Files: /home/opc/hyperliquid-collector/dashboard/
| Instrument | Avatar ID | Type |
|---|---|---|
| Tesla 24/7 | 7873 | Stock |
| Apple 24/7 | 6 | Stock |
| Amazon 24/7 | 4000 | Stock |
| Meta 24/7 | 10524 | Stock |
| Microsoft 24/7 | 5 | Stock |
| Nvidia 24/7 | 7622 | Stock |
Automated perpetual futures market-making on Hyperliquid DEX.
| Metric | Value |
|---|---|
| PnL | $22,855 |
| Total Trades | 8,757 |
| Running Since | April 18, 2026 |
| Venue Fees (Crypto) | Maker: 0.2bps / Taker: 0.5bps |
| Venue Fees (Commodities/FX) | Maker: 0bps / Taker: 0.45bps |
4-hour cron job monitoring for upgrade activation.
Real-time perpetual futures data streaming from Hyperliquid DEX.
| Detail | Value |
|---|---|
| Status | ✅ Running (PM2, auto-restart) |
| Last Crash | Fri Apr 24, 07:36 UTC — auto-restarted |
| Location | /home/opc/hyperliquid-collector/ |
Upcoming earnings data for eToro-listed stocks.
| Detail | Value |
|---|---|
| Coverage | 560 stocks |
| Special Columns | NOP CFD/Real (for Marios) |
| Data Source | quantdb data schema |
| Last Update | Apr 21-25, 2026 |
24/7 monitoring — pricing deviations, stale data, spread anomalies.
| Pattern | Details |
|---|---|
| OIL persistent low deviation | Ongoing |
| Evening stale cluster | ~21:05 UTC |
| META/AMZN corrupt pricing | Anomaly on Fri Apr 24 |
| OIL spread breach | 0.496% |
/covered-call-calculatorDecision by Shay Heffets (Apr 26): eToro is the primary price source for all asset classes.
| Detail | Value |
|---|---|
| Candle Endpoint | GET /api/v1/market-data/instruments/{id}/history/candles/desc/OneDay/{count} |
| Auth | x-api-key + x-user-key + x-request-id |
| Rate Limit | 100 req/min, paced 1 req/sec |
| Backfill | 8,941 instruments × 30-day candles (via etoro_price_backfill_v3.py) |
| Known Issue | BTC (ID 315) candles frozen at Feb 2024 (eToro-side) |
POST /api/v2/trading/execution/orders — verified live Apr 26 by Mariano. Supersedes old /demo/orders + /real/orders paths.
| Person | Role | Relationship |
|---|---|---|
| Shay Heffets (Sharkie1978) | Lead, MarketDataGroup | Product owner, first AgentX SSO user |
| Shiran Zimmer | eToro Product | 24/7 Trading page updates |
| SharonB | Perp MM Operator | Runs market maker strategy |
| Marios | eToro Stakeholder | NOP CFD/Real columns |
| Gleb | API/Data Provider | Endpoint inventory |
| Shai/Sharon | BRM Group | Covered Call Calculator |
| Shiri | eToro/Signals | SignalsCentre co-requester |
| Service | URL / Port | PM2 Process |
|---|---|---|
| 24/7 Trading Dashboard | dashboard.thetradingbots.com/247-trading | hip3-dashboard |
| SignalsCentre Admin | localhost:3051 | vipsignals-admin |
| SignalsCentre Engine | — | vipsignals-engine |
| Covered Call Calculator | /covered-call-calculator | — |
| HL Collector | — | hl-collector |
| TerminalX | localhost:3030 | terminalx |
| AgentX | localhost:3035 | agentx |
| Issue | Status | Details |
|---|---|---|
| Outcome tracking "open" for all signals | ⏳ Waiting | Stale price data (latest 1d bars from Apr 23). Resolves when markets open Monday. |
| BTC candles frozen Feb 2024 | 🔴 eToro-side | instrumentId 315 — known issue on eToro's end |
| HL-collector crash pattern | ⚠️ Monitored | Last crash Fri Apr 24 07:36 — auto-restarted. Pattern tracked. |
| Hyperliquid upgrade not yet live | ⏳ Monitoring | 4h cron job watching for upgrade activation |