I'm currently using the Evaluation Free Version to learn more about NT.
I am using the following example within an indicator script and it's not working.
// Generates an email message
SendMail("[email protected]", "[email protected]", "Trade Alert", "Buy ES");
Can you explain how how I can use this feature.
Thanks

Comment