
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I'm editing some code I found that creates an Arrow when a double inside bar occurs. I would like it to send an email when it occurs as well.
I have used SENDMAIL() abd it works too well...I only want it to send an email when a new double inside bar occurs. I would still like the arrow on all double inside bars.
I'm thinking that the solution would need to be an if statement and something around testing if the previous bar is the one. But I'm not an expert at the language, and dont know if/how that would work.
Here's the code - any help is greatly appreciated!