Documentation
Technical reference and integration notes
Getting Started
Welcome to the NOVRIX Intelligence Terminal
This guide helps you navigate the NOVRIX ecosystem and integrate our low-latency, high-frequency data streams into institutional workflows. NOVRIX operates on a Trinity of Intelligence — raw market telemetry, neural sentiment aggregation, and institutional-grade insights — unified into a single terminal optimized for professional trading and research.
-
Accessing the Neural Grid
The core of NOVRIX is the Terminal. On entry, the system initializes a secure, authenticated connection to our data lake and live feeds. Open the Terminal tab to access real-time streams. The interface is engineered for low latency so volatility shifts are captured at millisecond resolution.
Pro Tip: Use a wired connection and a low-latency router when running automated strategies. -
Understanding the Sentiment Logic
NOVRIX uses a proprietary neural architecture to synthesize both quantitative and qualitative signals into an actionable sentiment index.
Quantitative Inputs
- Order flow & trade clustering
- Liquidity depth across major pools
- Volume anomalies & on-chain transfer spikes
Qualitative Inputs
- Global news sentiment and press releases
- Institutional research & filings
- Social velocity and authoritative channel signals
The RSI Heatmap aggregates these signals to highlight overextended assets across multiple timeframes — use it to spot potential mean-reversion or breakout candidates.
-
Navigation and Workspace
NOVRIX favors a distraction-free workspace:
- Header Navigation: Click the minimalist brand icon (top-left) to reset your workspace.
- Insights Repository: Visit Insights for deep-dive reports and daily market architecture summaries.
- Documentation Access: Technical references and API schemas are available via the footer Documentation link for non-intrusive access.
-
System Integration (Pro Users)
For programmatic access, use the NOVRIX REST API to fetch sentiment indices and historical datasets. Authenticate with an API key and keep it secure — never expose keys in client-side code.
Warning: Store API keys in server-side vaults or environment variables. Rotate keys regularly and follow your organization's secrets management policy.Example: Fetch latest Fear & Greed Index (Node curl)
curl -H "Authorization: Bearer <API_KEY>" \ "https://api.novrix.io/api/history?days=1"
TERMINAL INTERFACE
The Core Engine of NOVRIX. The Terminal is a high-performance environment designed for professional traders and analysts who require sub-second data accuracy. It serves as the primary gateway to the NOVRIX neural grid, where raw market liquidity is visualized through our proprietary filtering systems.
Architectural Framework
- Neural Grid Logic: Unlike standard charts, the terminal uses a grid system that processes volume and sentiment anomalies simultaneously.
- Latency Standards: Our infrastructure is optimized for minimal delay, utilizing edge computing to deliver data packets from global exchanges directly to your interface.
- Stream Stability: The 'SYSTEM: NOMINAL' indicator in your navbar confirms that your local terminal is perfectly synchronized with our central data lake.
Terminal Modules
- Live Order Flow: Monitor aggressive buying and selling pressure across multiple asset classes in a single, unified feed.
- Volatility Clusters: Identify zones where high-frequency trading (HFT) activity is concentrated, often signaling upcoming price expansion.
- Liquidity Maps: Visualize where major institutional orders are resting, allowing you to anticipate market reversals with higher precision.
Operational Commands
To maximize the utility of the terminal, users should focus on the 'Command Search' feature in the navigation bar to switch between asset pairs instantly. Use the integrated 'Heatmaps' to verify if the current price action is backed by real institutional sentiment or if it is merely retail noise.
MARKET INSIGHTS
Qualitative Intelligence for Quantitative Decisions. The Insights section is the intellectual core of NOVRIX. While the Terminal provides raw data, Insights provide the "Why" behind market movements. Our methodology filters out market noise to deliver high-signal qualitative analysis.
Methodology & Filtration
- Signal vs. Noise: Our engine processes thousands of data points from institutional reports and global news wires.
- Institutional Context: Every insight is framed through the lens of macro-economic structures and central bank policies.
- Sentiment Synthesis: We cross-reference qualitative news with quantitative sentiment levels to identify "divergences" where the market is mispricing information.
Analytical Frameworks
- Daily Intelligence Briefs: Comprehensive summaries released at the start of each major trading session (London/New York).
- Volatility Post-Mortems: Technical breakdowns of unexpected market events, explaining the mechanics of the move.
- Asymmetric Risk Reports: Identification of scenarios where the potential reward significantly outweighs the risk based on institutional positioning.
Usage Protocol
Insights should be consumed prior to Terminal execution. Analysts use this section to build a "Market Thesis" before using the Terminal’s live grid to find precise entry and exit points. This workflow ensures that every trade is backed by both data and logic.
QUANTITATIVE ANALYSIS
Algorithmic Precision and Mathematical Modeling. The Quant section represents the mathematical backbone of the NOVRIX terminal. It focuses on the extraction of statistical edges from raw market data through the use of advanced algorithms and quantitative frameworks.
Core Quant Metrics
- Statistical Arbitrage Models: Analysis of price inefficiencies across correlated asset pairs to identify mean-reversion opportunities.
- Volatility Forecasting: Implementation of GARCH and other stochastic models to predict potential expansion or contraction phases in market volatility.
- Probability Distribution: Real-time tracking of price action relative to standard deviation bands (Standard Scores) to identify extreme market outliers.
The Neural Engine
- Pattern Recognition: Our proprietary algorithms scan historical datasets to find recurring fractal structures that precede high-probability moves.
- Order Flow Imbalance: Quantifying the delta between aggressive buying and selling pressure to detect institutional accumulation or distribution.
- Systematic Backtesting: Every signal generated by the Quant module is cross-referenced against 10 years of historical market cycles to ensure statistical significance.
Technical Implementation
The Quant module is designed for automated or semi-automated decision-making. Users can export these data points via the API or use the visual indicators within the Terminal to align their trades with the prevailing mathematical trend.
SENTIMENT ANALYSIS
Quantifying Human Emotion and Market Psychology. The Sentiment module at NOVRIX is designed to measure the psychological state of the global market. By aggregating millions of data points, we convert subjective emotions into objective, tradable indices.
The Sentiment Engine
- NLP Processing: Our Natural Language Processing (NLP) models scan global news wires, social velocity, and institutional statements to identify shifts in market tone.
- Fear & Greed Indexing: We track the dynamic between risk-on and risk-off behavior, providing a real-time gauge of market extremes.
- Crowd Divergence: A proprietary metric that identifies when retail sentiment is heavily positioned against institutional flow, often signaling potential "liquidity traps".
Visual Indicators
- Sentiment Heatmaps: Color-coded maps that show which asset classes are currently experiencing extreme optimism or pessimism.
- Social Velocity Tracking: Measuring the speed at which specific market narratives are spreading across digital platforms to anticipate "hype cycles".
- Contrarian Signals: Automated alerts that trigger when sentiment reaching historical exhaustion levels, suggesting a high probability of a trend reversal.
Strategic Integration
Sentiment data should be used as a "confluence filter". When the Quant models align with Sentiment extremes, the probability of a successful trade increases significantly. Traders use this section to avoid buying at the top of a hype cycle or selling at the bottom of a panic.
DATA ARCHIVE
Historical Intelligence and Long-term Market Memory. The Archive is the permanent repository of all intelligence generated by the NOVRIX system. It provides analysts with the ability to perform deep-dive forensics on past market regimes and validate current strategies against historical precedents.
Repository Structure
- Market Session Logs: Hourly and daily records of price action, volume profiles, and liquidity shifts across all major asset classes.
- Sentiment History: A comprehensive database of psychological extremes, allowing users to see how past "Fear & Greed" cycles played out over time.
- Report Catalog: Access to all previous Daily Intelligence Briefs and Volatility Post-Mortems published by the NOVRIX research team.
Backtesting & Validation
- Regime Identification: Use the archive to identify similar historical market conditions (e.g., high inflation periods or low volatility clusters).
- Algorithmic Refinement: Quant users can leverage historical datasets to refine their neural network models and improve predictive accuracy.
- Performance Audit: Review past signals and insights to measure the accuracy and efficacy of the NOVRIX intelligence engine over multiple years.
Retrieval Protocol
The Archive is designed for rapid retrieval through the Command Search interface. By typing specific dates or market events, the system populates all relevant data points, charts, and qualitative reports from that specific timeframe. This ensures that "institutional memory" is always at your fingertips.
API PROTOCOLS
Institutional Interface for Programmatic Data Integration.
Security & Authorization
- Access Control: Requests are validated via a high-entropy Bearer Token.
- Encryption: All data streams are secured with TLS 1.3 protocol.
Standard Endpoints
GET /v1/intel: Strategic sentiment and neural-grid outputs.
GET /v1/market: High-fidelity quantitative and volatility datasets.
INFRASTRUCTURE STATUS
Real-time Diagnostic Monitoring.
System Connectivity
- Core Gateway: NOMINAL
- Neural Pipeline: OPERATIONAL
- Global Sync: SYNCHRONIZED
Regional Latency
- Tier-1 Nodes (US/EU): < 15ms
- Tier-2 Nodes (APAC): < 40ms
SYSTEM STATUS
Real‑time health and operational telemetry for NOVRIX services.
Service Health
- API Gateway: ONLINE
- Data Ingest: ONLINE
- Neural Grid: ONLINE
Build Information
- Platform
- NOVRIX.IO
- Version
- v1.0
- Environment
- PRODUCTION
Last heartbeat: SYSTEM: NOMINAL
LEGAL & COMPLIANCE
Governance framework and operational standards.
Terms of Governance
- User Agreement: Access to NOVRIX intelligence is governed by our standard institutional Terms of Service.
- Data Privacy: All user interactions and API queries are protected under strict encryption and data privacy protocols.
Regulatory Disclosure
Risk Warning: Market data and neural-grid outputs are for informational purposes only and do not constitute financial advice.
Platform Build: Licensed to NOVRIX.IO — Version v1.0