Login Page - Create Account

Support Board


Date/Time: Fri, 07 Feb 2025 18:25:17 +0000



Post From: Is there a way to limit on-chart price changes to the close of the bar?

[2022-09-21 20:43:04]
Sawtooth - Posts: 4173
That did it! I have absolutely no idea why
The reason the current bar and the previous bar must both be marked 0 is because the Line On Close uses a draw style that connects to the next bar.
So even though the current bar was marked 0 with C[1], the previous bar would still draw the line to the hidden current bar.
So the previous bar must also be marked 0, using C[2].
Date Time Of Last Edit: 2022-09-21 20:56:40