Koneth indicators

Read the market.
Build your own.

Start with 22 built-in technical indicators, or create custom studies in the KS Editor and run them locally on your chart.

Koneth Terminal · Indicator workspace Bollinger Bands

Built-in indicators

Start with the
essentials.

22

Ready-to-use studies included in Koneth Trader. Add them directly to any supported chart.

01

Moving average

Smooth price direction and trend.

02

MA envelope

Bands around a moving average.

03

Bollinger bands

Volatility bands around price.

04

Donchian channel

Recent high and low channel.

05

Alligator

Three smoothed trend averages.

06

Rainbow

Layered moving-average trends.

07

ZigZag

Highlight significant price swings.

08

Ichimoku clouds

Trend, momentum, and support cloud.

09

Parabolic SAR

Trend direction and reversal points.

10

RSI

Overbought and oversold momentum.

11

Commodity channel index

Price deviation from its average.

12

Fractal chaos bands

Fractal-based market boundaries.

13

Stochastic oscillator

Momentum against the recent range.

14

ADX

Measure trend strength.

15

DPO

Remove trend to expose cycles.

16

SMI

Refined stochastic momentum.

17

Williams %R

Momentum near range extremes.

18

Awesome oscillator

Compare short and long momentum.

19

MACD

Trend-following momentum crossover.

20

Aroon

Detect emerging market trends.

21

Rate of change

Measure percentage price momentum.

22

Gator oscillator

Visualize Alligator convergence.

From built-in to custom

Technical studies for
every workflow.

Apply built-in indicators immediately, then move into the KS Editor when your analysis needs something purpose-built.

01

Built-in indicators

Add ready-to-use technical studies such as moving averages, RSI, MACD, and Bollinger bands directly to a chart.

02

Custom indicators

Create terminal-side studies that calculate locally from the candle and tick data already available to the chart.

03

KS Editor

Write, inspect, test, import, and export editable .ks source in a focused JavaScript-compatible environment.

04

Protected .kic packages

Build and run validated indicator packages locally while keeping the original source private.

A deliberate boundary

Useful functions in.
Terminal access out.

Scripts produce data and drawing instructions. They never receive the Flutter canvas, chart controller, account credentials, filesystem, or network.

Market data

open, high, low, close, volume, and time

Calculations

SMA, EMA, RSI, ATR, ranges, and crosses

Chart output

Plots, shapes, fills, colors, lines, boxes, labels, and patterns

Unavailable

Network, files, processes, credentials, and chart internals

Portable by design

Editable when you want it.
Protected when you need it.

.ks

Koneth Script source

Readable, editable, importable, and exportable across supported desktop terminals.

.kic

Protected indicator package

Built locally into a validated execution plan and imported without exposing editable source in the editor.