charting
Open chart
DoveeDocumentation
LanguageFunction reference

Home/Dovee/Function reference

alert

Notify without placing an extra order.

Reference/Language/Language

alert "Trend flipped"

Use inside when when you want a message but not necessarily buy/sell/exit on that bar.

Return value

—

Example

when ema(9) crosses below ema(21)
  exit
  alert "Trend flipped"

See also

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