Registered User Joined: 10/7/2004 Posts: 56
|
Hi Bruce,
I know how to make a popup and sound alert when a condition is met, but I'm having trouble making it so that SF reacts only once per bar.
I have 1000+ symbols and the condition works fine, so if I can get the other part working it will be great.
currently I have:
If high > entrypoint then
pass
end i
If you can advise what and where that will be great.
Thanks in advance
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I am not a programmer. That said, the following two topics explore possible methods to get alerts, popups and debug log entries only once per symbol or bar. The basic idea is that you need to track the symbol and/or time of the event and then check to see if you are still on that symbol and/or in that bar to avoid repeating the event until you have changed symbols and/or bars.
Audible alert help
showmessage
-Bruce Personal Criteria Formulas TC2000 Support Articles
|