Support Board
Date/Time: Sun, 24 Nov 2024 19:03:35 +0000
Post From: How do I comment (Hide) Excel code in an alert?
[2013-11-19 15:35:55] |
MonteCarlo64 - Posts: 23 |
I want to keep this First code in a study sound alert, but temporarily disable (inactivate ) it and add a second alternative statement after it and switch between them, how do I do that? I am only used to Tradestation where I would use {code ....} or // Code ... for each separate line. First sound alert code: =AND(ID3.SG4 <= 193000, ID3.SG4>185000) Second alternative sound alert code to use when the first is "commented out": =ID3.SG4>200000 |