Built-In Study Functions

ICE Data Services -

Built-in Study Functions Built-in Study Functions



This section describes the built-in study functions that are available in eSignal EFS.  These Built-in Study Functions require eSignal version 7.9 or later.

Accumulation/Distribution
 
ADX/DM
 
Average True Range
 
Bollinger Bands
 
Commodity Channel Index
 
Chop
 
Donchian Channels
 
Envelope
 
Linear Regression
 
MACD
 
Momentum
 
Money Flow
 
Moving Average
 
On Balance Volume
 
Parabolic SAR
 
Percent R
 
Price Oscillator
 
Rate of Change
 
RSI
 
Stochastic
 



Note that you can 'nest' studies in EFS2. So you can create constructs such as:

myVar = cci( 14, ema( 20, rsi( 5, close() ) ) );

which would return the value of a 14-period CCI of a 20-period EMA of a 5-period RSI of the close.