Introduction
NeuroScript — FuturaBroker's indicator language.
NeuroScript is FuturaBroker's language for building indicators and chart analysis that run right on the platform's chart. You describe calculations over market data (price, volume) and draw the result on the chart — a moving average, an oscillator, volatility bands or crossover signals.
What you can do
- Compute technical indicators from OHLCV (open, high, low, close, volume).
- Plot lines, histograms, levels and signal markers on the chart.
- Parametrize everything with inputs (length, source, colors) editable by the user.
- Generate indicators from natural language with NeuroChart AI and refine the code in the editor.
- Publish your indicators on the Marketplace.
Start here
First steps
The anatomy of a script and your first indicator.
Technical analysis (ta.*)
Moving averages, oscillators, bands and crossovers.
Documentation roadmap
This is phase 1 (the language). The sections below are being written:
- First steps — anatomy, first indicator (ready)
- Syntax — variables, types, operators, control flow (ready)
- Market data — OHLCV, historical series, timeframe (ready)
- Reference —
ta.*(ready),math.*, plotting,input.* - Indicator catalog — ready-made examples
- NeuroChart AI — generate indicators with AI
- Marketplace — publish and monetize