Login Page - Create Account

Support Board


Date/Time: Fri, 12 Sep 2025 14:30:58 +0000



Post From: OHLC Overlay has Brief Zeroes on Bar Change

[2016-08-23 13:53:03]
Sawtooth - Posts: 4263
You could create you own 'fill blanks with last value' using a spare Formula Column with a formula like this, e.g. in P3:
=IF(ID10.SG1@3>0,ID10.SG1@3,P4)