Files
OrderFlow-Analysis-Pro/orderflow_system/__init__.py
T
BlackboxAI 0206ef7cbb Initial commit: orderflow analysis system with 5 pattern detectors
Real-time orderflow trading system with absorption, initiative, sweep,
exhaustion, and divergence detection. Features volume profile framing,
state machine trade lifecycle, MT5 + Bybit feeds, FastAPI dashboard,
and Telegram alerts for 30+ instruments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 21:38:25 +03:00

10 lines
325 B
Python

"""
Orderflow Trading Alert System
Based on Fabio's orderflow methodology:
- Profile Framing (daily bias via volume profile)
- Orderflow Execution (absorption, initiative, sweep, exhaustion, divergence)
- State Machine: Qualified Level → Absorption → Initiative Confirmation → Momentum Trail
"""
__version__ = "0.1.0"