Login Page - Create Account

Support Board


Date/Time: Fri, 07 Feb 2025 17:58:34 +0000



Post From: cumulative delta bars

[2020-09-10 12:34:11]
Sawtooth - Posts: 4173
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))