Home/Dovee/Function reference

targets

Multiple take-profits with quantity percents.

Reference/Language/Language

targets 100, 200, 300 split 50, 30, 20

Levels are in the same unit as a single target (points unless you use percent elsewhere in the risk lines). split percents should add to 100.

Return value

Example

when ema(9) crosses above ema(21)
  buy
stop 50 points
target 20, 30, 40 points
targets 100, 200, 300 split 50, 30, 20

See also