GPU-Accelerated Institutional Trading Intelligence

Probability fields derived from WebGL and mathematics.

EDGX GPU Field Engine runs a real-time WebGL probability field renderer alongside a BiRNN temporal network, 20-asset AgentNet, GJR-GARCH volatility engine, ROCS calibration system, and APEX 5-algorithm ensemble — all from a single HTML file with zero external dependencies — covering 26 assets across four time horizons.

Edgecore.Ltd designs and architects complex financial applications from the ground up — transforming granulated market data into structured intelligence pipelines that operate at institutional precision and scale. Every system is grounded in custom-engineered mathematical and scientific frameworks: from proprietary volatility engines and Bayesian inference models to multi-regime detection algorithms that classify market states with quantified, reproducible certainty. Deep learning modules — including bidirectional recurrent networks, ensemble neural architectures, and adaptive retraining schedulers — are built without black-box dependencies, ensuring every weight, gradient, and decision boundary remains mathematically traceable from raw feed to final signal. Whether the scope demands probability field renderers, prediction modelling systems, or calibration layers derived from GJR-GARCH dynamics and Ornstein-Uhlenbeck mean-reversion theory, Edgecore.Ltd translates the frontier of quantitative finance into deterministic, production-grade software.

By computing direction votes through Bayesian weighted factor consensus, ATR-scaled noise gates, and HMM regime-conditioned Hurst suppression, the engine converts raw Binance WebSocket feeds into probability-calibrated, ATR-normalised predictions across 26 assets and four time horizons — where mathematical derivation, not estimation, defines every signal.

EDGX GPU Field Engine — Live Dashboard
0
Live Assets
4
Time Horizons
5
APEX Algorithms
3
GPU Shaders
0
AgentNet Agents
Live Prediction Feed · 20 Assets · 4 Time HorizonsStreaming
AssetPrice2m5m10m30m
HMM Baum-Welch Regime (3-State)CALM
GPU Probability Field
WebGL 3-Shader
BiRNN Architecture
Seq=15 · H=8 · Feat=14
AgentNet Window
8-bar · 112 inputs
ROCS Calibration
GJR-GARCH + Kalman
Core Engines

Every module derives from live Binance data

Eighteen engines, zero synthetic data, zero Math.random() in any prediction or learning path. Every constant is a named value. Every weight is initialised from a deterministic xorshift32 PRNG seeded from the asset symbol hash.

Prediction Pipeline

BiRNN + AgentNet → Bayesian direction vote

Two independent neural networks feed into a Bayesian weighted majority vote gated by three conditions: ATR noise floor, factor consensus threshold, and HMM regime suppression.

BiRNN · Active Asset Predictions · 4 HorizonsLive
APEX Ensemble · 5 AlgorithmsUpdating
APEX Pred
BiRNN Blend
GARCH σ-band
AgentNet · 20 Assets · Accuracy per AgentTraining
Direction Vote Engine · computeDirectionVote()3 Gates
Gate 1 — ATR Noise Floor
Predictions with |log-return| < K × ATR/price emit NEUTRAL. K = 0.20. Eliminates microstructure noise from scoring.
Gate 2 — Bayesian Factor Consensus
18 factor signals weighted by ROCS factorAcc history. Weight = max(0.3, 1 + acc). Requires ≥ 60% weighted majority. Split signals → NEUTRAL.
Gate 3 — Regime Suppression
Hurst H < 0.40 suppresses conviction by 30% (anti-persistent). HMM certainty scales confidence between 70–100%. Volatile → higher gates.
20-Asset MAStore Analytics

Live direction predictions across all 26 tracked assets

buildAnalyticalPredictions() runs in the background for all 26 MA_ASSETS. Each asset gets BiRNN delta estimates (T1–T3 enhancements) plus computeDirectionVote() gating and PARCE recalibration across 2m / 5m / 10m / 30m horizons.

ROCS · Recalibrated Output Conditioning System

GJR-GARCH + Kalman + Fisher scoring

ROCS tracks per-factor directional accuracy via exponential moving average across 28 named factors, fitting GJR-GARCH volatility and calibrating predictions with Fisher scoring, Hedge bound (LOG_N_FACTORS=ln(28)) and stationarity guards on every kline.

Factor Accuracy Tracking — 28 Factors (ROCS factorAcc)
GJR-GARCH Volatility EstimatesFitted
HMM Baum-Welch Parameters3-State
System Architecture

GPU engine component map

All components exist as named functions and constants in a single-file HTML/JS build. No external ML libraries for agent training — pure-JS backpropagation with AdaGrad per-weight learning rates and deterministic PRNG seeding.

Signal Forge

On-chain signal minting and monitoring

The Signal Forge converts prediction events into on-chain NFT signals via Polygon / ERC-721. sfScoreActive() combines PredCache, APEXCache, and AgreementState into a unified score ∈ [0,1]. Auto-monitoring runs across all 26 MA_ASSETS. IPFS metadata includes timestamp, asset, direction, confidence, GARCH σ, and HMM posterior.

Prediction Tracker (PT)

Live accuracy scoring across all horizons

Every prediction is logged with refPrice, predPrice, horizon, and dirCorrect flag. Settlements score against actualPrice when the horizon elapses — directional accuracy tracked separately from magnitude error.

Adaptive MML Retrain Scheduler

4-trigger precision retraining — never every minute

The scheduler evaluates four independent conditions on every minute tick. Any single trigger fires a retrain — subject to an 8-minute minimum gap to prevent thrashing on the same data.

"A model trained on yesterday's calm regime has nothing useful to say about today's volatile one. The engine knows this. The retrain scheduler knows this. Every weight in every agent knows which asset seeded it."

— EDGX GPU Field Engine · Architecture Notes, 2026
Information & Partnerships

Request more information or explore partnership opportunities

Whether evaluating the platform, exploring a commercial arrangement, or interested in a research or technology partnership, complete the form below and all enquiries will be reviewed directly.

Secure Enquiry
All submissions reviewed within 2 business days
Business email addresses only — no free email providers
Response Time
1 – 2 business days
Institutional and enterprise enquiries prioritised
Enquiry Types
Information · Access · Licensing · Partnerships · Research
API access, white-label, and OEM partnerships available
Confidentiality
All enquiries treated as strictly confidential
NDA available on request for technology discussions
Information & Partnership Enquiry Business emails only
First name is required.
Last name is required.
Company name is required.
Job title is required.
Free email providers are not accepted. Please use your institutional or corporate email address.
A valid business email address is required.
Please select an enquiry type.
Minimum 40 characters. Please include relevant technical context.
Please provide a message of at least 40 characters.
Submission could not be delivered. Please verify your connection and try again. If the problem persists, ensure your EmailJS service and template are correctly configured.
Enquiry Received

Thank you for your enquiry. The submission has been received and all enquiries are reviewed within 1–2 business days. A response will be sent directly to the business email address provided.

One file. Full engine.

The entire EDGX GPU Field Engine Forge runs as a single self-contained HTML file — WebGL shaders, BiRNN (T1–T3 enhancements), AgentNet, ROCS, APEX, HMM, GJR-GARCH, Haar Wavelet, VPIN, PARCE, Agreement Engine, Signal Forge, paper trading modal, and 26-asset analytics dashboard.

Zero external ML dependencies Deterministic PRNG seeding 3 WebGL shaders