CQG API 4.0 - Revised
RenkoBarsRemoved Event
See Also  Send Feedback
cqg_renko_bars

Reference to the CQGRenkoBars collection the bar is removed from

index_
Zero-based index of item in the collection
CQGCEL Interface : RenkoBarsRemoved Event

Glossary Item Box

Description

Fired when CQGRenkoBar item is removed

Syntax

Visual Basic
Public Event RenkoBarsRemoved( _
   ByVal cqg_renko_bars As CQGRenkoBars, _
   ByVal index_ As Long _
)

Parameters

cqg_renko_bars

Reference to the CQGRenkoBars collection the bar is removed from

index_
Zero-based index of item in the collection

See Also