Email with Amount of Risk
-
Hi All,
I have an EA which sends an email (via MT4) once a trade is executed.
I have information such as time, SL & TP levels, Market etc in this email.I would like to include the actual risk amount (in $) sent in this email - is this possible?
I have looked extensively at options listed in the 'Send Email' block but cannot find anything.Thanks in advance for your help
-
You will have to calculate that risk separately and store the value into a variable. Then you can send that value normally via the 'send email' block.