OSC Constructor

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

Parameters

input
ISeries

The input series.

length1
int

The length1.

length2
int

The length2.

barData
BarData

The bar data.

In this article

Definition