Login Page - Create Account

Support Board


Date/Time: Sat, 12 Jul 2025 09:56:51 +0000



Post From: cumulative delta bars

[2020-09-10 12:34:11]
Sawtooth - Posts: 4238
When the open equals the close, and the open is greater than the previous close, the bar retains the color of the previous bar.

This formula exemplifies how bars are colored:
=IF(OR(C>O,AND(O>C[-1],O=C)), then green, else IF(OR(C<O,AND(O<C[-1],O=C)), then red, else retain previous color))