Modulus Financial Engineering HomeModulus Financial Engineering
RMD Server™

BarInfo.Interval Property

 

The Interval of a bar (1 minute bar, 5 minute bar, 2 hour bar, 1 day bar, etc.).

Property Type

    Integer, Read-write

 

Syntax

 Selection.BarInfo.Interval = 5
 Selection.Type = dtMinute
 Specifies a 5-minute bar chart 

 

Remarks
BarInfo Object are used only by Selection Objects. If a Selection Object's DataType property is dtTick, the BarInfo Object is ignored since tick tables do not have intervals or date range selections (tick tables contain simply ticks, not bars). The Connection.CompressTicks function is used to create bar tables.

 

See Also

   DataType, BarInfo Object, Selection Object