Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Grow

Use this function to grow a series of values by a fixed amount. Each successive value is calculated as follows:

Value1 Value2 Value3 Value4

Open

Open _ addition

open + 2 * addition

open + 3 * addition

This function must be used with the BY function. The BY function determines the dimension in which the successive values are calculated.

Syntax:

GROW(OpenValue Addition [, Periods])

where:

  • OpenValue is the opening value, which will be placed in the first symbol in the range.
  • Addition is the amount to add to each successive value. This parameter can be a negative amount.
  • Periods is optional and is the number of values calculated. If this parameter is not specified, values are calculated for the entire range of the BY dimension.

Syntax example:

CdnSls = GROW(100, 20, 4)

See also

Published:

Grow

Use this function to grow a series of values by a fixed amount. Each successive value is calculated as follows:

Value1 Value2 Value3 Value4

Open

Open _ addition

open + 2 * addition

open + 3 * addition

This function must be used with the BY function. The BY function determines the dimension in which the successive values are calculated.

Syntax:

GROW(OpenValue Addition [, Periods])

where:

  • OpenValue is the opening value, which will be placed in the first symbol in the range.
  • Addition is the amount to add to each successive value. This parameter can be a negative amount.
  • Periods is optional and is the number of values calculated. If this parameter is not specified, values are calculated for the entire range of the BY dimension.

Syntax example:

CdnSls = GROW(100, 20, 4)

See also

For an optimal Community experience, Please view on Desktop