mirror of
https://github.com/Sabermrddz/QuantCore-FX.git
synced 2026-07-27 18:47:51 +00:00
15 lines
407 B
Python
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"
|