Login Page - Create Account

Support Board


Date/Time: Tue, 11 Feb 2025 19:13:51 +0000



[Programming Help] - Spreadsheet formula for candlestick lower or upper tail size

View Count: 566

[2020-09-13 18:45:19]
rchtx794426 - Posts: 3
Can anyone show me a spreadsheet formula to get a candle bar's lower or upper tail size as a percentage of the bar's height? Thanks.
[2020-09-13 21:21:08]
Sawtooth - Posts: 4173
Try this:

Upper wick:
=(C3-MAX(B3,E3))/(C3-D3)

Lower tail:
=(MIN(B3,E3)-D3)/(C3-D3)

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account