28 [Obsolete(
"RenkoBar.End is obsolete. Please use RenkoBar.EndTime property instead.")]
78 decimal open, decimal volume)
105 decimal brickSize, decimal open, decimal high, decimal low, decimal close)
127 public bool Update(DateTime time, decimal currentValue, decimal volumeSinceLastUpdate)
130 throw new InvalidOperationException(
"A \"Wicked\" RenkoBar cannot be updated!");
141 Close = Math.Min(highClose, Math.Max(lowClose, currentValue));
142 Volume += volumeSinceLastUpdate;
145 if (currentValue <= lowClose || currentValue >= highClose)