v1 first layer

This commit is contained in:
saber
2026-06-16 12:27:37 +01:00
commit 6bfcc67088
19 changed files with 3769 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
"""
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"