Built-In Study Functions

eSignal EFS 2

Built-In Study Functions

Top  Previous  Next

 

This section describes the built-in study functions that are available in eSignal EFS:

 

Accumulation/Distribution

new in EFS2

ADX/DM

new in EFS2

Average True Range

new in EFS2

Bollinger Bands

new in EFS2

Commodity Channel Index

new in EFS2

Chop

new in EFS2

Donchian Channels

new in EFS2

Envelope

new in EFS2

Linear Regression

new in EFS2

MACD

new in EFS2

Momentum

new in EFS2

Money Flow

new in EFS2

Moving Average

new in EFS2

On Balance Volume

new in EFS2

Parabolic SAR

new in EFS2

Percent R

new in EFS2

Price Oscillator

new in EFS2

Rate of Change

new in EFS2

RSI

new in EFS2

Stochastic

new in EFS2

 

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.