WMA Constructor

WMA normal constructor.
public WMA( 
ISeries input
int length
BarData barData = BarData.Close 
)
This language is not supported or no code example is available.
public:  
WMA( 
ISeries^ input
int length
BarData barData 
)
This language is not supported or no code example is available.
public function WMA( 
input : ISeries
length : int
barData : BarData 
);
This language is not supported or no code example is available.

Parameters

input
ISeries

The input series.

length
int

The length.

barData
BarData

The bar data.

In this article

Definition