Click or drag to resize

WeightedSum Constructor (Double, Double)

Creates new instance of the WeightedSum indicator with given weigths.

Namespace:  FinAnalysis.Predicates
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public WeightedSum(
	double alpha,
	double beta
)

Parameters

alpha
Type: SystemDouble
Weight for first series.
beta
Type: SystemDouble
Weight for second series.
See Also