send mail enquiry

 
can we send ask() ,bid(),through sendmail() function??????
 
ankit29030:
can we send ask() ,bid(),through sendmail() function??????
What happened when you tried it ?
 
RaptorUK:
What happened when you tried it ?


int start()
  {
//----
   SendMail("hi",Symbol()+"is above resistance");
//----

   return(0);

 
ankit29030:

<SNIP>

Please edit your post . . . 


Please use this to post code . . . it makes it easier to read.

 
ankit29030:

int start()
  {
//----
   SendMail("hi",Symbol()+"is above resistance");
//----
   return(0);

} 

I don't see Bid or Ask in your code ? ?  how do you expect to send the value of Bid or Ask when you don't use the value in your code ?
Reason: