Function - _SLOPE
SYNTAX |
_slope( ARRAY array, STRING lag, STRING length) |
RETURNS |
Special |
DESCRIPTION |
Calculate the slope of the line that starts from (the current bar minus lag) to (the current bar minus lag minus length) |
ADDITIONAL INFO |
|
EXAMPLE |
_slope(close, "0", "dis(0)") |
| |