Files
2026-06-16 12:27:37 +01:00

15 lines
407 B
Python

"""
APEX Trading System — Layer 1: Currency Strength Engine
A PyQt5 desktop application that:
- Scores 8 major currencies on a 0-100 scale
- Ranks them from strongest to weakest
- Generates a primary trade signal (strongest vs weakest)
- Validates the signal with a minimum 20-point gap rule
This module is the root package for Layer 1 standalone.
"""
__version__ = "1.0.0"
__author__ = "APEX Trading"