Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 11:22:33 +0000



alerts

View Count: 928

[2015-08-24 17:01:25]
markuz - Posts: 90
I'm trying to setup an alert when the candle closes two ticks from the top wick and also when it closes two ticks from the bottom wick. I've used this formula

h>=c+2 (top wick)
h>=l+2 (also tried)
that last one is H=L+2

It's not working. Do you have any suggestions?
[2015-08-24 17:53:36]
Sierra Chart Engineering - Posts: 104368
Is this a Simple Alert formula? Also what is the tick size for the symbol of the chart?
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2015-08-24 19:20:07]
markuz - Posts: 90
Simple Alert. bonds 1/32
[2015-08-24 19:45:45]
Sierra Chart Engineering - Posts: 104368
I'm trying to setup an alert when the candle closes two ticks from the top wick and also when it closes two ticks from the bottom wick. I've used this formula

Use this formula:
= OR(H-(TICKSIZE*2)=C, L+(TICKSIZE*2)=C)


Modify it to meet your specific requirements. It should serve as a good start.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2015-08-24 19:51:05]
markuz - Posts: 90
Thanks!!

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

Login

Login Page - Create Account