Function - TRANGE
| SYNTAX |
Trange( ARRAY high, ARRAY low, ARRAY close) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
True Range |
| ADDITIONAL INFO |
The True Range function is used to determine the normal trading range of a stock or commodity. |
| EXAMPLE |
Trange(high, low, close) |
| |