Support Board
Date/Time: Tue, 18 Nov 2025 06:16:18 +0000
Post From: how to draw a line in the middle of a candle body but only when CLOSE > OPEN
| [2025-09-28 13:12:33] |
| Sawtooth - Posts: 4288 |
|
how to draw a line in the middle of a candle body but only when CLOSE > OPEN
Try this:Add the Spreadsheet Formula study, - Set the Chart Region to 1. - Set 'Draw Zero Values' to No. - Use this formula in its Formula field: =IF(C>O,(MAX(O,C)-MIN(O,C))/2+MIN(O,C),0) - Set the Draw Style to Dash. |
