Support Board
Date/Time: Wed, 25 Mar 2026 06:13:35 +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: 4321 |
|
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. |
