15 Years.
Zero Cost.
Originally $2399, the Pristine Edition engine is now free. This is the exact toolset that powered our internal trading infrastructure for over a decade, available to the public for the first time.
Pricing History: The Shift
A transparent look at the legacy value versus the current anniversary offering.
Perpetual License
Pristine Edition Engine
epilatil.com Field Guide
For the anniversary, we are removing the paywall to see how the community adapts this engine. Originally designed for proprietary trading desks, its architecture prioritizes latency reduction and visual fidelity. It includes the full rendering engine for custom technical indicators, something usually reserved for enterprise-tier software.
Key Decision Criteria
- • Latency Sensitivity: If your workflow requires sub-10ms data refresh, this engine handles threading natively.
- • Visual Fidelity: Built on a custom WebGL renderer, it maintains 60fps even with 50+ overlays.
- • Data Privacy: All processing is local. No data is sent to external servers by default.
Myth vs. Reality
Myth
"Complex tools require complex setups."
Correction
The Pristine Edition uses a portable binary. No dependencies, no npm installs, no bloated registries.
Mini-Glossary
Common Pitfalls
- • Overlays: Don't stack more than 5 without clearing buffer.
- • Data feeds: Ensure your source provides UTC timestamps.
- • Rendering: Check GPU compatibility for WebGL 2.0.
How It Works: Step-by-Step
Define Constraints
Set your data source and refresh rate. The engine accepts CSV, JSON, or direct API streams.
Select Approach
Choose between the visual editor or raw config mode. Validate assumptions via the sandbox environment.
Apply & Render
Drop the engine into your project. Input data flows through the pipeline and renders in real-time.
Review & Export
Analyze the output. Export snapshots or integrate the stream into your existing dashboard.
Signals of Trust & Quality
Architecture
Example Metric: The core rendering loop completes in 0.4ms per frame on reference hardware (2023 MBP M2). This efficiency allows for dense data visualization without frame drops.
- • Zero global state
- • Isolated memory heap
- • No external dependencies
User Scenario
"I needed to visualize volatility clusters across 5 years of data. The Pristine Edition handled the dataset without crashing, whereas our previous open-source tool failed after 2GB. The custom zoom interpolation is incredibly smooth."
— Dev Lead, Fintech Startup
Privacy Standards
As a privacy-first tool, the engine does not "phone home." The lack of telemetry is a design feature, not a bug. Your strategies and data remain entirely local.