Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 11:29:38 +0000



[User Discussion] - Price Gap alert formula

View Count: 1563

[2013-06-18 10:36:20]
User84765 - Posts: 9
Hi, do you know the formula for price gap alert?
In any time frame, if there is a price bar gaps, an alert will sound. Please kindly help.
[2013-06-18 18:37:20]
M5amhan - Posts: 468
=O>C[-1] is gap up

=O<C[-1] is gap down

=OR((O>C[-1]),(O<C[-1])) is either gap up or gap down

if you need it to be a certain number of ticks as the gap size do this:

=O>(C[-1]+(TICKSIZE*10)) which would be a 10 tick gap up
[2013-06-19 02:13:53]
User84765 - Posts: 9
Hi, Trade2day1

It work perfectly ! Greatly appreciate your help. Thank you.

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

Login

Login Page - Create Account