# dxScript > Technical analysis scripting language for traders JavaScript-based language for financial technical analysis, enabling traders to create custom indicators and strategies ## Table of Contents ### Getting Started - [Quick Start](/getting-started/quick-start.md) ### Concepts - [Runtime Environment](/concepts/runtime.md) - [Real-time Behavior](/concepts/realtime-behavior.md) - [Error Reference](/reference/errors.md) ### Language Reference - [Core {#core}](/reference/core/core.md) - [Technical Analysis {#module-ta}](/reference/ta.md) - [Outputs {#section-outputs}](/reference/outputs/outputs.md) - [Samples](/generated/samples.md) #### Core - [indicator() {#fun-indicator}](/reference/core/indicator.md) - [Input Parameters {#module-input}](/reference/core/input.md) - [Time Series {#module-ts}](/reference/core/ts.md) - [Bar {#module-bar}](/reference/core/bar.md) - [Color {#module-color}](/reference/core/color.md) - [Location {#module-location}](/reference/core/location.md) - [Session {#module-session}](/reference/core/session.md) #### Outputs - [Output {#module-output}](/reference/outputs/output.md) - [Spline {#module-spline}](/reference/outputs/spline.md) - [Shape {#module-shape}](/reference/outputs/shape.md) - [Background color {#module-bgcolor}](/reference/outputs/bgColor.md) - [Bar color {#module-barcolor}](/reference/outputs/barColor.md)