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
Ref
Function - REF
REF
Lag
Technical
SYNTAX
Ref( ARRAY array, ARRAY period)
RETURNS
NUMERIC ARRAY
DESCRIPTION
References a previous or subsequent element in a ARRAY. A negative period references X periods in the future; a positive period references X periods ago (Replace empty values in the ARRAY with NA)
ADDITIONAL INFO
EXAMPLE
Ref(close, 1)