charting
Open chart
DoveeDocumentation
LanguageFunction reference

Home/Dovee/Function reference

short only

Ignore longs. buy is not used as an entry.

Reference/Language/Language

short only

Put near the top. Pair with sell for entries and exit (or buy) to flatten.

Return value

—

Example

short only
when ema(9) crosses below ema(21)
  sell
when ema(9) crosses above ema(21)
  exit

See also

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