NeedForTrade Documentation

Analysis Technique Parameter Types

Primitive types:

Primitive types are integral numbers, real numbers and boolean values. See Primitive Types.

 

Bar type:

Represents one bar. See Bar class.

 

BarPriceType type:

Represents price type. See BarPriceType Enumeration.

 

Series:

Series can hold historical sequence of values. See Series. When specifiying series parameter on the chart expessions can be used.

 

Arays:

Arays can be used to store a set of values. See Arrays.

 

Collections:

Collections are used to store a set of objects of required type. For example: Bars, TradeOrders, etc. See Collections.

 

 

See also Analysis Technique Parameters.