Enum CompositionMethod
- Namespace
- FinanceSharp.Indicators
- Assembly
- FinanceSharp.dll
Provides methods in-which how to handle composition of two indicators.
public enum CompositionMethod
- Extension Methods
Fields
OnBothUpdated = 0Boths left and right indicators must be updated at-least once in order to update the CompositeIndicator.
This is the default behavior used by QuantConnect/Lean.
OnAnyUpdated = 1Any of left or right indicators trigger CompositeIndicator's update.