Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 08:07:06 +0000



[Programming Help] - USER DISCUSSION Formula Help

View Count: 665

[2016-07-27 01:55:30]
User713273 - Posts: 409
Im currently using this formula to help with study divergences =IF(ID4.SG1@3>ID4.SG1@4, TRUE,FALSE)

I want to add in a parameter that would only allow alerts to occur if ID4.SG1@3 is 15.00 larger than ID4.SG14.

Any help with formula sequnce would be great/ thx
[2016-07-27 02:42:48]
Sawtooth - Posts: 3980
Try this:
=IF(ID4.SG1@3+15.0>ID4.SG1@4,TRUE,FALSE)

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

Login

Login Page - Create Account