PivotPoints
StockSharp.Algo.Indicators
Indicador de puntos de pivote.
Hereda de: BaseComplexIndicator<IPivotPointsValue>
Constructores
PivotPoints
public PivotPoints()
pivotPoints = PivotPoints()
Inicia una nueva instancia de la PivotPoints.
Propiedades
PivotPoint
public PivotPointPart PivotPoint { get; }
value = pivotPoints.PivotPoint
Punto de pivote.
Métodos
CreateValue
protected override IPivotPointsValue CreateValue(DateTime time)
result = pivotPoints.CreateValue(time)
Crea.
- time
- Hora
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = pivotPoints.OnProcess(input)
Para manejar el valor de entrada.
- input
- El valor de entrada.
Devuelve: El valor resultante.