PivotsInput
Documentation / @elitechart/indicators / PivotsInput
Defined in: pivots.ts:22
Classic (Floor) Pivot Points — computed from the previous session's HLC.
The caller supplies the previous session's HLC (floor pivots are daily by convention but the math is agnostic to the aggregation window).
Reference
Person, "A Complete Guide to Technical Trading Tactics" (2004).
Example
Properties
prevClose
Defined in: pivots.ts:25
prevHigh
Defined in: pivots.ts:23
prevLow
Defined in: pivots.ts:24