Support Board
Date/Time: Mon, 15 Sep 2025 08:01:53 +0000
Post From: Color main graph bar using state of previous bar close (instead of current bar open)
[2024-02-01 12:50:28] |
funbun - Posts: 91 |
Main graph uses C > O to paint green and C < O to paint red. How do I change it to C > C[-1] for green and C < C[-1] for red? |