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

Reference to the CQGRenkoBars collection the bar is inserted to

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

Glossary Item Box

Description

Fired when CQGRenkoBar item is inserted

Syntax

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

Parameters

cqg_renko_bars

Reference to the CQGRenkoBars collection the bar is inserted to

index_
Zero-based index of item in the collection

See Also