Click or drag to resize

MoneyFlowIndexOversoldRange Property

LightningChart .NET Help
Oversold range. Values below this are considered oversold. Default value is 20.

Namespace:  Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "20")]
public double OversoldRange { get; set; }

Property Value

Type: Double
See Also