charting
Open chart
DoveeDocumentation
LanguageFunction reference

Home/Dovee/Function reference

fill

Shade the band between two plotted series.

Reference/Language/Language

fill a, b color

Both names must already be plot targets (variables you plot, not nested calls).

Return value

—

Example

fast = ema(9)
slow = ema(21)
plot fast as "Fast" blue
plot slow as "Slow" orange
fill fast, slow blue

See also

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