Login Page - Create Account

Support Board


Date/Time: Wed, 25 Mar 2026 06:09:29 +0000



Post From: how to draw a line in the middle of a candle body but only when CLOSE > OPEN

[2025-09-29 14:22:08]
Sawtooth - Posts: 4321
why not =IF C > O , (H-L)/2 + L ?
This would put the line in the middle of the candle, not in the middle of the candle body.