Support Board
Date/Time: Thu, 09 Jan 2025 19:07:32 +0000
[Programming Help] - USER DISCUSSION Formula Help
View Count: 729
[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: 4147 |
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: