charting
Open chart
DoveeDocumentation
LanguageFunction reference

Home/Dovee/Function reference

oscillator

Put plots in a separate pane (RSI, MACD, and similar).

Reference/Language/Language

oscillator

One word at the top of the script. Overlay plots (EMAs on price) should omit this.

Return value

—

Example

oscillator
r = rsi(14)
plot r as "RSI" purple
level 70 as "OB" red
level 30 as "OS" green

See also

  • strategy
  • when
  • then
  • else
  • buy
  • sell
  • exit
  • long only
← noteinput →