RenkoInternalState
Documentation / @elitechart/core / RenkoInternalState
Defined in: series/renko.ts:93
Properties
brickCount
Defined in: series/renko.ts:96
carryVolume
Defined in: series/renko.ts:111
currentSourceTime
Defined in: series/renko.ts:107
Time of the source bar currently feeding the builder. Each emitted
brick takes this value (monotonized to lastBrickTime + 1 so
multiple bricks from one source bar still satisfy strict
monotonicity). This keeps Renko's time-axis labels showing real
source dates instead of accumulating synthetic future times — the
synthetic-time approach pushed dates years into the future on
volatile symbols. See SC-36.
firstSourceTime
Defined in: series/renko.ts:97
fixedDt
Defined in: series/renko.ts:110
lastBrickTime
Defined in: series/renko.ts:109
Time of the most recently emitted brick. Seeds = -∞.
lastClose
Defined in: series/renko.ts:94
trend
Defined in: series/renko.ts:95