TWO_HOURS

Syntax

AggregationPeriod.TWO_HOURS

Description

Defines aggregation period equal to two hours (7,200,000 milliseconds).

Example

def agg = AggregationPeriod.TWO_HOURS; 
plot data = close(period = agg);

This example script draws the Close price plot with aggregation period equal to two hours. Note that aggregation period used in this example cannot be less than chart aggregation period.

See also GetAggregationPeriod function in the Others section.