Built-In Study Operations

eSignal EFS

 

Built-In Study Operations

 

Builtin Function Reference

 

The parameters listed on the constructors below follow the same restrictions as the AddStudy->dialog boxes. See the /BuiltIn folder for samples of each study. The examples below use the same default values as those of the built-in studies. 

 

Each study has a "getValue" function to retrieve the value of the current bar, or an array of values. This function works very similar to the getValue(…) function that is used to retrieve OHLC values. 

 

See also: ref()

 

Valid PriceSource values: 

 

"O", "H", "L", "C" 

"Open", "High", "Low", "Close" 

"HL/2" 

"HLC/3" 

"OHLC/4" 

 

Standard Studies

 

AccDistStudy()

ADXDMStudy()

ATRStudy()

BollingerStudy()

CCIStudy()

ChopStudy()

DonchianStudy()

EnvelopeStudy()

LinearRegressionStudy()

MAStudy()

MACDStudy()

MoneyFlowStudy()

MOMStudy()

OBVStudy()

OscStudy()

ParabolicStudy()

PercentRStudy()

ROCStudy()

RSIStudy()

StochStudy()

 

Jurik Studies

 

JurikDMXStudy()

JurikJMAStudy()

JurikRSXStudy()

JurikVELStudy()

 

Advanced Get Studies 

 

GetOscStudy()

GetRSIStudy()

GetStochStudy()

GetJTIStudy()

GetMAStudy()

GetBiasStudy()

GetParabolicStudy()

GetPivotsStudy()

GetElliottTriggerStudy()

GetElliottStudy()

GetXTLStudy()