Function: pivotPoints()
ts
function pivotPoints(
high,
low,
close): PivotLevels;Defined in: finance/indicators.ts:531
Pivot points from one session's high/low/close, for the session that follows.
Parameters
| Parameter | Type |
|---|---|
high | number |
low | number |
close | number |