I am looking to do what should be a rather simple thing but am having trouble getting correct alerts.
All I want is an EFS that will alert/email me ONLY when the close of a bar is > or < say a 20 period simple moving avg. I tried to program this with the wizard but it alerts me on every single bar. I only want an alert/email when the close is > sma20 and the reverse- an alert/email when close < sma20.
Does an EFS of something as simple as this exist? I am trying to avoid receiving 10+ emails from alerts, which is what it is doing now. From this code I suppose I can cut/paste other criteria for other alerts using the same once per occurance code.
Any ideas?
Thanx
All I want is an EFS that will alert/email me ONLY when the close of a bar is > or < say a 20 period simple moving avg. I tried to program this with the wizard but it alerts me on every single bar. I only want an alert/email when the close is > sma20 and the reverse- an alert/email when close < sma20.
Does an EFS of something as simple as this exist? I am trying to avoid receiving 10+ emails from alerts, which is what it is doing now. From this code I suppose I can cut/paste other criteria for other alerts using the same once per occurance code.
Any ideas?
Thanx
Comment