WilliamsPercentRangeOversoldRange Property |
LightningChart .NET Help
Oversold range. Values below this are considered oversold. Default value is -80.
Namespace:
Arction.CustomControls.Trader.WPF.TechnicalIndicators
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "-80")]
public double OversoldRange { get; set; }<DefaultValueAttribute(GetType(Double), "-80")>
Public Property OversoldRange As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"-80")]
property double OversoldRange {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also