A web-based trading discipline and execution platform that transforms trader psychology from a willpower problem into an engineering problem. Psydge sits between you and your broker — the only interface through which trades can be executed — with every action gated by a hard-coded discipline enforcement system.
Launch Platform →Session locks, equity guards, cooldown timers, risk ceilings, and AI-powered behavioral prediction combine to create an environment where you naturally operate at your best — not because you choose to, but because the system architecture makes it structurally impossible to do otherwise.
Hard-coded, always-on system that enforces trading discipline before, during, and after every trade. Cannot be disabled. Not advisory — structural. Every trade attempt passes through 6 validation buffers in real time.
Complete web-based trading interface. You never open MetaTrader. Log in to Psydge, connect your broker via MetaApi, and execute all trades through the gated web panel. MT4/MT5 operates as an invisible execution backend.
Claude API powers trade supervision at decision points, pre-entry setup validation, behavioral pattern prediction, and session debriefs. The AI learns your psychological patterns to intervene before you act on impulse.
Tracks behavioral performance separately from trading performance. A trader can be profitable but undisciplined (lucky) or disciplined but temporarily unprofitable (system working, variance not resolved). Psydge measures the operator.
Psydge operates as two distinct offerings that work together under a single interface.
The discipline enforcement system. Validator, enforcer, reflection system, trade panel. Works with any MT4/MT5 broker account. The flagship product.
Includes: 6-buffer discipline gate, violation blackout system, trade journal, behavioral analytics, AI trade supervisor, reflection prompts, session management, and broker connection.
Pre-defined strategy suite with custom indicators and EAs covering scalping, intraday momentum, swing, and vault trail. Sold separately or as an add-on to Core.
Includes: 4 strategy tiers (Scalper, Intraday, Swing, Vault), 6 proprietary indicators (NDNS, SV, TM, MOM, FHS, HAMFIST), Trend-Momentum scoring, and strategy performance dashboard.
The market for better indicators is crowded. The market for a system that physically prevents you from destroying yourself is empty. Psydge occupies that space.
You know you shouldn't re-enter after a loss. You do it anyway. Psydge locks your session after -2R and shows you a blackout screen with a countdown timer instead of a buy button.
Great session, +3R, then you give it all back. Psydge freezes your session at +3R and enforces a 4-hour mandatory cooldown. The greed trade never happens.
You enter before the signal confirms because you "know" where it's going. Psydge requires GO signal from the Vista engine across multiple timeframes before the execute button even works.
Sized too big on a "sure thing." Psydge caps risk at 1% per trade, 1R per symbol. Scale-ins only from floating profit. The system doesn't care how sure you are.
Trading at 3am because the chart "looked good." Psydge only allows trades during London and New York sessions. All other hours are hard-blocked at the system level.
You have edge. You have skill. But psychology breaks you periodically. Psydge doesn't replace your skill — it makes the destructive episodes structurally impossible.
The core intellectual property. A hard-coded, always-on system operating through three interconnected groups. It cannot be disabled by the user. It is not advisory. It is structural.
| Buffer | Name | Rule | If Fail |
|---|---|---|---|
| B | GO Signal | Vista engine GO must be ON (M15 + M30/H1 confirmed) | Block + alert + log |
| C | Symbol + TF Whitelist | Only approved pairs and timeframes M15–H1 allowed | Block + alert + log |
| D | Session Filter | Trades allowed only during London + NY sessions | Block + alert + log |
| E | R-Based Equity Guard | +3R = freeze session; -2R = lock trading for day | Block + freeze/lock |
| H | Cooldown Timer | 4hr mandatory pause after win or violation | Block + timer |
| K | Risk % Check | Max 1.0% per trade; max 1R open risk per symbol | Block + alert + log |
Pre-defined strategies with configurable parameters. Users select and configure — not construct. The trader who needs Psydge needs less decision-making, not more.
AI serves two distinct functions: trade supervision (contextual judgment at decision points) and behavioral analysis (predicting and preventing psychological patterns that lead to account destruction). All AI processing runs server-side via Celery tasks calling the Claude API.
Triggered when trade hits TP1 or R threshold. Receives full context — symbol, entry, SL/TP, duration, delta, trend, TM score. Returns: scale, hold, tighten SL, or exit. 91% accuracy on hold calls, 78% on scale calls.
When user initiates a new trade (if enabled), AI reviews setup context, TM score, multi-TF alignment, and recent trade history. Returns approve or stand-down with reasoning. Prevents low-quality entries.
Learns your psychological patterns over time. Tracks which rules are broken, when, and what preceded the violation. Identifies patterns like "after 2 consecutive losses, user attempts revenge trade within 15 minutes." Intervenes before you act.
Triggered at session end. Receives all trades, violations, discipline score, and behavioral data. Returns natural language session summary with improvement insights and recognition of discipline wins.
Psydge inherits its core infrastructure from the Alorig stack — a sovereign technology foundation shared across all products in the ecosystem. Psydge-specific additions handle real-time trading data and broker connectivity.
No revenue share on trades. No broker kickbacks. No conflict of interest with your profitability. Monthly subscription via Stripe, with 20% discount for annual commitment.
From infrastructure to public launch in four focused phases.
Broker credentials encrypted at rest using AES-256. Never stored in plaintext. Never logged. MetaApi handles direct broker connection — Psydge never touches MT4/MT5 servers directly.
All API communication over HTTPS/WSS. JWT-based authentication with refresh token rotation. Rate limiting on all endpoints. No unencrypted channels.
AI interaction data contains no personally identifiable information — only trade parameters and market data. GDPR-compliant data deletion. Redis state is ephemeral and auto-expires.