Lean  $LEAN_TAG$
QuantConnect.Indicators.IIndicatorWarmUpPeriodProvider Interface Reference

Represents an indicator with a warm up period provider. More...

Inheritance diagram for QuantConnect.Indicators.IIndicatorWarmUpPeriodProvider:
[legend]

Properties

int WarmUpPeriod [get]
 Required period, in data points, for the indicator to be ready and fully initialized. More...
 

Detailed Description

Represents an indicator with a warm up period provider.

Definition at line 21 of file IIndicatorWarmUpPeriodProvider.cs.

Property Documentation

◆ WarmUpPeriod

int QuantConnect.Indicators.IIndicatorWarmUpPeriodProvider.WarmUpPeriod
get

Required period, in data points, for the indicator to be ready and fully initialized.

Definition at line 26 of file IIndicatorWarmUpPeriodProvider.cs.


The documentation for this interface was generated from the following file: