Glossary

AXIS end-user glossary: axes, AXIS, plugins, engines, storage keys, and result terms.

This page

Glossary

Terms as used in AXIS documentation and UI. Language runtime terms → PYNE.

Product

TermDefinition
AXISCharting PWA product : chart, editor, panels, and store—not the language engine.
UI trackDocs track for presentation surfaces (chart host, editor, shell, store) under /axis/docs/ui.
PYNEPine Script™ toolchain (parse/eval); engines embed or call it.
Active setTuple { source, stream, engine, storage } currently selected.
Compose / recipeA purposeful active set for a workflow (offline lab, desk, edge, …).

Plugin kinds

TermDefinition
SourceHistorical OHLCV provider (fetchHistorical).
StreamLive bar/tick push (start → dispose).
EngineCalculator (isReady, run).
StorageScript library backend (list/read/write/remove).
ComponentReserved UI slot plugins (phase 2).
RegistryIn-memory catalog of plugins by kind (PluginRegistry).
configSchemaDeclarative field schema for Settings / plugin config UI.
CapabilitiesFlags: offline, needsAuth, needsNetwork, needsProxy.

Engines & backends

TermDefinition
server enginePOST {endpoint}/run with script + bars.
pyodide engineIn-browser Python + pynescript wheels.
Pro API / FlaskLocal Python backend (make run, typically :5002).
WorkerCloudflare Worker data plane for AXIS.
EndpointBase URL the server engine (and often cloud storage) calls.

Data & chart

TermDefinition
Bar{ time, open, high, low, close, volume? }
PaneChart strip: price, volume, indicator, equity.
OverlayPlot drawn on price pane (meta.overlay !== false).
Sub-paneNon-overlay indicator strip; stable store id indicator.
User drawingInteractive annotation tool geometry.
Script drawingEngine-emitted line/label/box objects.
MarkerTrade/event marker on series.
Pane badgeCorner chip with script actions (settings / eye / re-run / remove).
Multi-chartGrid layouts (1 / 2H / 2V / 4) with per-slot symbol/interval.
Bar ReplayScrub/play over loaded OHLCV without live stream.
CompareSecond-symbol series overlaid on the price pane.
Volume profileOHLCV volume-at-price histogram (Layers).
WatchlistSide panel of symbols + quote refresh.
Scripts panelApplied indicators/strategies list (UI title Scripts; internal id indicators).
LayersPanel listing panes, scripts, and user drawings.
Data Source ManagerBackground multi-page OHLCV backfill to a past date + gap validation (Data panel).
Bars cacheIndexedDB OHLCV store keyed by source/symbol/interval for the manager.
Chart theme presetNamed token set (void, classic, mono, obsidian, …) for chart + chrome accents.
AlertLocal price condition (+ optional webhook); Alerts panel.

Editor & debug

TermDefinition
DebugInline end-of-line chips from last-run logs with line refs.
PinsChart markers + 📍 gutter for logs with bar_index/time.
ProblemsClickable list of engine diagnostics for the last run.
Ruler80-character column guide in the Pine editor.
SymbolsEditor catalog of TV-editor-safe arrows, box drawing, and chart emoji.
Command palette⌘/Ctrl+K jump menu for panels, Run, toggles, git.
Git barPull/Push via active storage plugin (local/cloud/git).

Results

TermDefinition
lastRunIn-memory last engine payload.
EventStrategy/order/plot-adjacent event from engine.
Closed tradePaired entry/exit with PnL in the viewer.
Equity curveCumulative PnL series derived from trades/events.
ScriptlogsFloatable panel of Pine log.* from last run (not System Logs).
OptimiseResults tab that searches strategy() input.* values over N trials (pyne /optimize or isolated client fallback).
HPOHyperparameter optimisation — not a Pine builtin.

Persistence

TermDefinition
pynescript.axis.v1Primary localStorage app state key.
pynescript.axis.v2Older app-state key; migrated on read.
pluginsConfigPer-plugin configuration map.
Library exportJSON dump of storage documents.

Infrastructure names

TermDefinition
axisCF Pages project id. Canonical URL https://axis.hoox.sh.
axis.hoox.shCanonical AXIS Pages URL.
worker-axisCF Worker script name and health JSON service.
worker.axis.hoox.shCanonical AXIS Worker URL.
voidBrand pack / dark chrome aesthetic for AXIS docs/UI.

See also