if(CrossAbove(CurrentBar,(cVal+((bVal - aVal)*0.236)),1));
{
SendMail("**********@gmail.com","***********@vtext.com", "Buy Signal", "Buy Signal");
}
The 2nd message highlights the cVal and has an error code NT1503 - c
I have no idea what i did wrong, the syntax looks fine to me. Help?

Comment