Login Page - Create Account

Support Board


Date/Time: Mon, 01 Jun 2026 22:08:15 +0000



Help with alert condition for candle wick length

View Count: 22

[2026-06-01 19:03:42]
J DIDDY - Posts: 149
Hi Support

Can you help me with an alert condition for when a long or short candles wick is more than (X) ticks from the open...

I'm using the study 'Highest High/Lowest Low over N Bars' to mark the open of the bar...SO I could use the same study if it's easier, as I don't need to colour the bar.


1. Long candle - Bottom wick is more than (50) ticks in length from candle open + current price has moved above the candle open by more than (50) ticks

2 Short candle - Top wick is more than (50) ticks in length from candle open + current price has moved below the candle open by more than (50) ticks


Many Thx
[2026-06-01 19:27:56]
John - SC Support - Posts: 46396
The Alert Condition for situation #1 would be the following:
=AND((O - L) / TICKSIZE > 50, (C - O) / TICKSIZE > 50)

We leave it to you to work out the other situation.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-06-01 19:31:48]
J DIDDY - Posts: 149
Much appreciated!!!
[2026-06-01 19:45:11]
J DIDDY - Posts: 149
Sorry 2 things....

1. I'm evaluating while the bar is open - NOT when the bar is closed! So does this change things?
2. Is this for the 'Highest High/Lowest Low over N Bars' study which only allows 2 inputs?

Thx

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

Login

Login Page - Create Account