Support Board
Date/Time: Mon, 17 Mar 2025 17:39:09 +0000
Post From: Trying to paint the area between two Candles if there is a Gap between Low and High
[2022-09-11 22:07:03] |
Sawtooth - Posts: 4185 |
is there any way to change the width of the box
There isn't any way to make the box wider, but you can try this instead:Cell O3: =IF(D3>C5,D3,0) (no change) Cell P3: =IF(D3>C5,C5,0) (no change) Cell Q3: =IF(O2>0,O2,0) Cell R3: =IF(P2>0,P2,0) Cell S3: =IF(Q2>0,Q2,0) Cell T3: =IF(R2>0,R2,0) Set Draw Styles (Displacement of 0 for all): SG5: Left Offset Box Top SG6: Left Offset Box Bottom SG7: Dash SG8: Dash SG9: Right Offset Box Top SG10: Right Offset Box Bottom This isn't exactly what you want, but close. |