Function - PERF
Performance over a specified period |
Technical
|
| SYNTAX |
Perf( ARRAY array, ARRAY period) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
Returns the performance of the array for the specified period (k-step Return) |
| ADDITIONAL INFO |
|
| EXAMPLE |
Perf(close, 20) |
| |