AI Pandora EA (Engine)
10-layer trading engine combining astrology, sentiment analysis, cause-effect chains, LLM context, regime detection, temporal patterns, multi-timeframe vision, and risk management. Self-learning journal.
The 10 Layers
1. **Astrology layer** — planetary aspects + market timing
2. **Sentiment layer** — news + social signal aggregation
3. **Cause-effect layer** — correlation chains across symbols
4. **LLM layer** — context reasoning via MiniMax-M3
5. **Regime layer** — market regime detection (trending/ranging/volatile)
6. **Temporal layer** — time-of-day patterns
7. **Visual MTF layer** — multi-timeframe chart vision
8. **Risk layer** — position sizing + drawdown protection
9. **Journal layer** — self-learning from past trades
10. **Execution layer** — MT4/MT5 order management
Architecture (dual-server)
Pandora uses **two different servers** for two different purposes:
1. **License server** (canonical hub, like other EAs)
- URL: `https://api.timesynctrading.com:3001`
- Checks MT5 account has valid license
- Same `(account, product)` lookup as all other EAs
2. **AI model server** (separate port + URL)
- Different host/port from the license hub
- Serves the 10-layer engine (astrology, sentiment, LLM, regime, etc.)
- Pandora EA calls into this server for layer-specific analysis
This dual architecture lets the license system stay simple (one canonical hub) while supporting the multi-layer AI engine's heavier infrastructure.
Modes
- **FULL_PANDORA** — all 10 layers active
- **TECH_NEWS_VISION** — tech/fundamental + news + vision (no astrology)
- **TECH_NEWS_ONLY** — tech/fundamental + news only (no vision, no astro)
Pricing
- **Tier: subscription** (exclusive)
- Free during beta — invitation only.
- Subscription pricing TBD at public launch.
License
- Status: ACTIVE by default after admin grants via `/addlicense`
- License bot: `@TimeSyncTradingAlgoBot` (single hub for all paid EAs)
- License server: `https://api.timesynctrading.com:3001`
- Migration: ✅ done (`commit cd14c70` — canonical EA_LABEL macro pattern)