Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 01:21:54 +0000



Post From: cumulative delta bars

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