Lean
$LEAN_TAG$
|
Event arguments class for the PivotPointsHighLow.NewPivotPointFormed event More...
Public Member Functions | |
PivotPointsEventArgs (PivotPoint pivotPoint) | |
Creates a new instance of PivotPointsEventArgs More... | |
Properties | |
PivotPoint | PivotPoint [get] |
New pivot point More... | |
Event arguments class for the PivotPointsHighLow.NewPivotPointFormed event
Definition at line 313 of file PivotPointsHighLow.cs.
QuantConnect.Indicators.PivotPointsEventArgs.PivotPointsEventArgs | ( | PivotPoint | pivotPoint | ) |
Creates a new instance of PivotPointsEventArgs
pivotPoint |
Definition at line 324 of file PivotPointsHighLow.cs.
|
get |
New pivot point
Definition at line 318 of file PivotPointsHighLow.cs.