Support Board
Date/Time: Wed, 29 Oct 2025 19:06:21 +0000
[Programming Help] - USER DISCUSSION Formula Help
View Count: 848
| [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: 4281 |
|
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:
