When I use the email alert function, e.g:
Alert.email(bodytext, subjecttext)
this appends the symbol of the chart in front of the text in both the subject line and body of the email. How can I eliminate the symbol from being included. I am using the e-mail function to send an e-mail to my trading dome and I need to have only the exact text I include in the function to be sent in the e-mail without any additional characters of any kind appended.
I'm desperate, because this email is the last piece of 4 months of code writing that will be flushed down the toilet if I can't send this email correctly formatted. In fact I will have to abandon all of my trading if I can't control the text o the subject line and body of the email.
Thanks in advance for your help.
Alert.email(bodytext, subjecttext)
this appends the symbol of the chart in front of the text in both the subject line and body of the email. How can I eliminate the symbol from being included. I am using the e-mail function to send an e-mail to my trading dome and I need to have only the exact text I include in the function to be sent in the e-mail without any additional characters of any kind appended.
I'm desperate, because this email is the last piece of 4 months of code writing that will be flushed down the toilet if I can't send this email correctly formatted. In fact I will have to abandon all of my trading if I can't control the text o the subject line and body of the email.
Thanks in advance for your help.
Comment