charting
Open chart
DoveeDocumentation
LanguageFunction reference

Home/Dovee/Function reference

once

One trade at a time (this is already the default).

Reference/Language/Language

once

Optional. Dovee already blocks a second entry while in a trade. Writing once keeps older scripts working. Use re-entry if you want same-side adds or flip-to-short on sell.

Return value

—

Example

once
when rsi(14) is below 30
  buy

See also

  • strategy
  • when
  • then
  • else
  • buy
  • sell
  • exit
  • long only
← short onlyre-entry →