Reference

Glossary

Shared meanings for source, execution, experiments, and runtime evidence.

Configuration and runtime

TermMeaningGuide
AppSaved strategy source, instrument, models, and settingsApps
Stage sessionIn-memory instance processing observations and execution stateEngine
Server / sandboxHosting run with its own identity and stored resultsLaunching
Frame / barObservation supplied to a strategy invocation; not necessarily a closed live candleBars and intervals
WarmupPreceding observations used to initialize state; live preload differs from a memory run's selected windowWarmup
ReadinessEvidence that the required inputs and initialization are usable for a decisionReadiness
SJSMain JavaScript strategy source receiving the ordinary L2 frame scopeSJS
SQXLine-based SQL-inspired declarations and conditions compiled into modelsSQX
L1 primitiveConfigured callback that can perform an action or update stateExecution primitives
L2 calculation/ruleRegistered calculation or configured rule before the applicable L1 branchAlgorithms
L3Optional advanced frame hook and execution-intent review sourceL3
PolicyModule wired into an L3 policy stack; distinct from an SJS helperPolicies

Requests and outcomes

TermMeaningGuide
SignalEvidence or a decision produced by a calculation; not itself a fillCombining signals
IntentA proposed action or an execution request being reviewed; inspect the specific policy/native/engine contractPolicy intents
Order requestRequested side, quantity, type, and other execution parametersPlacing orders
AcceptedA request outcome according to the API/adapter; not universally a confirmed fillPending orders
FillExecution of an order, under the simulator or broker's rulesSimulation versus broker
PositionObserved exposure after execution; read it rather than guessing from a submitted requestPositions
Trade recordRecorded execution information; a row need not equal a completed round tripReading results
Automation modeIn-memory control on new bot requests, not automatic cancellation or flatteningAutomation modes
SourceRequest provenance such as SJS, L3, or manual; affects some control pathsExecution flow

Experiment records

A draft can contain unsaved editor changes. A revision is a saved source/settings snapshot. A run executes a specific revision. A baseline is a selected run for comparison. Publication saves a selected revision into an app and does not launch it.

Read Lab revisions, comparison, and publication. Stored server results are available historical snapshots and artifacts, not a fresh broker-account query.

Continue with the capability matrix or reference guide.

On this page