SliparuTrading
EventView
EventView

Trading event analytics, in your browser.

Import your trade events as CSV, slice them by tenant and tag, and run MinTRL significance analysis — all stored locally in IndexedDB, nothing sent to any server.

Getting started
1
Import events
Go to Events and upload or paste a CSV file. Each row is one event. The expected format is:
event_id, timestamp, tenant_id, fqets, edge
  • timestamp — microseconds since epoch
  • fqets — semicolon-separated colon-path tags, e.g. sports:football:epl;finance:crypto:btc_usd
  • edge — expected edge as a decimal, e.g. 0.023
Download a sample CSV to see the format in action.
2
Create aggregate tags
Go to Aggregate Tags to define named tag presets. An aggregate tag captures a set of include and exclude tags. Once saved, it appears as a filter:name chip in any tag input — add it to include or exclude the entire filter's events.
3
Filter and explore events
Back in Events, use the filter bar to narrow by tenant, include tags, and exclude tags. Type filter: in any tag input to see your aggregate tags alongside real tags.
4
Run MinTRL analysis
In MinTRL Analysis, apply the same filter and see a running significance table as events accumulate. The analysis implements the López de Prado & Bailey (2012) Minimum Track Record Length and Probabilistic Sharpe Ratio.