MOM Constructor

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