Function - PERFD
Average Daily Performance |
Technical
|
| SYNTAX |
PerfD( ARRAY array, ARRAY period) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
Returns the average daily performance of the array for the specified period (k-step Trend) |
| ADDITIONAL INFO |
|
| EXAMPLE |
PerfD(close, 20) |
| |