PriceChannels
StockSharp.Algo.Indicators
Indicador de canales de precios.
Hereda de: BaseComplexIndicator<IPriceChannelsValue>
Constructores
PriceChannels
public PriceChannels()
priceChannels = PriceChannels()
Inicia una nueva instancia de la PriceChannels.
Propiedades
Length
public int Length { get; set; }
value = priceChannels.Length
priceChannels.Length = value
Longitud del período.
LowerChannel
public Lowest LowerChannel { get; }
value = priceChannels.LowerChannel
Canal inferior (bajo bajo bajo bajo).
UpperChannel
public Highest UpperChannel { get; }
value = priceChannels.UpperChannel
Canal superior (alto más alto).
Métodos
CreateValue
protected override IPriceChannelsValue CreateValue(DateTime time)
result = priceChannels.CreateValue(time)
Crea.
- time
- Hora
Load
public override void Load(SettingsStorage storage)
priceChannels.Load(storage)
Ajustes de carga.
- storage
- Configuración de almacenamiento.
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = priceChannels.OnProcess(input)
Para manejar el valor de entrada.
- input
- El valor de entrada.
Devuelve: El valor resultante.
Save
public override void Save(SettingsStorage storage)
priceChannels.Save(storage)
Guardar configuración.
- storage
- Configuración de almacenamiento.
ToString
public override string ToString()
result = priceChannels.ToString()
Convertirse en una representación de línea.
Devuelve: Rendimiento de cuerda.