SMD Constructor

SMD normal constructor.
public SMD( 
ISeries input
int length
BarData barData = BarData.Close 
)
This language is not supported or no code example is available.
public:  
SMD( 
ISeries^ input
int length
BarData barData 
)
This language is not supported or no code example is available.
public function SMD( 
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