mirror of
https://github.com/Sabermrddz/QuantCore-FX.git
synced 2026-08-13 02:38:05 +00:00
v1 first layer
This commit is contained in:
+14
@@ -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"
|
||||
Reference in New Issue
Block a user