[Glossary]

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

Glossary

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

Product

TermDefinition
AXISCharting PWA product (formerly SuperChart Lite): 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).
User drawingInteractive annotation tool geometry.
Script drawingEngine-emitted line/label/box objects.
MarkerTrade/event marker on series.
WatchlistSide panel of symbols + quote refresh.

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.

Persistence

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

Infrastructure names

TermDefinition
pynescript-superchartFrozen CF Wrangler/Pages project id.
pynescript-axis-workerHealth JSON service identity.
voidBrand pack / dark chrome aesthetic for AXIS docs/UI.

See also