NeedForTrade Documentation

Expressions in Input Parameters

Value of analyisis technique parameter, that have DoubleSeries type can be specified using expressions.

Each expression can consist of the following:

 

Example.

Expression to calculate analysis technique on average of high and low of previous bar:

(High[1] + Low[1]) /2

 

See also Formatting Indicator, Formatting Strategy,Analysis Technique Parameters.