Function - _SD
Standard Deviation |
Advanced
|
SYNTAX |
_sd( ARRAY array, STRING lag, STRING length) |
RETURNS |
Special |
DESCRIPTION |
Calculate the standard deviation of a range in the specified array, from (the current bar minus lag) to (the current bar minus lag minus length) |
ADDITIONAL INFO |
|
EXAMPLE |
_sd(close, "0", "dis(0)") |
| |