Function - WCLPRICE
Weighted Close Price |
Indicators
|
| SYNTAX |
WclPrice( ARRAY high, ARRAY low, ARRAY close) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
Weighted Close Price |
| ADDITIONAL INFO |
The Weighted Close indicator calculates an average of each day's price. the Weighted Close provides a simplified view of the day. |
| EXAMPLE |
WclPrice(high, low, close) |
| |