Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 22:40:22 +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: 90
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?