Home/Dovee/Function reference

Dovee reference

Every Dovee word and indicator — signature, parameters, return value, and a copy-paste example. English names, not Pine ta.*.

Language basics (comments, operators, colors), then every indicator. Pick a name, read parameters, paste the example into Dovee on the chart. Tour: Dovee page.

Start with these 10

  • emaFollow the trend; fast vs slow EMA crossovers.
  • smaA slower trend line — support and resistance.
  • rsiSpot overbought / oversold turns.
  • macdlineMomentum and trend change.
  • supertrendStay with the trend; trail with ATR.
  • atrMeasure volatility; size stops as stop 2 atr.
  • bbupperUpper Bollinger — stretch and mean reversion.
  • bblowerLower Bollinger — stretch and mean reversion.
  • vwapIntraday fair value vs the session average.
  • adxTrend strength (not direction). High ADX = a real trend.

Language basics

Comments, operators, variables, colors, true/false, and how a script is evaluated.

Language

Rules, orders, chart marks, inputs, and risk — the words you write, not functions.

Price series

OHLCV and typical-price helpers available on every bar.

Math & comparisons

Abs, round, min/max, highest/lowest, powers, and crossover helpers.

Moving averages

Smoothing of a series. Short form uses close: ema(9) is ema(close, 9).

Bands & channels

Upper / mid / lower as separate English names — not Pine tuple indexes.

Trend

Direction tools: Supertrend, DMI, Ichimoku, Alligator, SAR, SSL.

Oscillators

RSI, MACD, Stochastic, TSI, and other bounded or zero-line oscillators.

Volume

Flow and volume-weighted measures.

Volatility

Range and deviation: ATR, NATR, Ulcer, historical volatility.