Click here to Login
Email
Password
Remember me
Forgot my Password
Trading Software
Features
Trading objects
How-to
Blog
QuantShare Blog
Users Blog
Forum
Partnership
White Label
Search
0
Dema 0
Function - DEMA
DEMA
Double Exponential Moving Average
Indicators
SYNTAX
Dema( ARRAY close, ARRAY timeperiod)
RETURNS
NUMERIC ARRAY
DESCRIPTION
Double Exponential Moving Average
ADDITIONAL INFO
The DEMA is a smoothing indicator with less lag than a straight exponential moving average. DEMA is an acronym for Double Exponential Moving Average, but the calculation is more complex than just a moving average of a moving average.
EXAMPLE
Dema(close, 14)