charting
Open chart
DoveeDocumentation
LanguageFunction reference

Home/Dovee/Function reference

crosses below

True when a crosses from above b to below b on this bar.

Reference/Language/Language

a crosses below b

Preferred English form of crossunder(a, b).

Return value

boolean

Example

fast = ema(9)
slow = ema(21)
when fast crosses below slow
  exit

See also

  • strategy
  • when
  • then
  • else
  • buy
  • sell
  • exit
  • long only
← crosses aboveis above →