Quote:
Originally Posted by webicknell
Mobile version of MT4 will not accept any custom indicators.
A way around it maybe is to have the custom indicator on the charts at home and SMS / E-mail your PDA / SmartPhone when a signal is executed.
I run EAs on my home machine and log in and monitor the trades with the PDA... it works for me.... The next think I need to figure out is how to get an EA or Indicator to send me either an SMS or an E-mail... have not got this working yet
Good Luck
|
Its easy - just set up the smtp settings in the email tab of the options screen in the MT4 platform and then in your EA use the SendMail(subjectstring,messagebodystring) function. If you do use any significant amount of email functionality in your EA, you'll find yourself concatenating the content from various parameters all over the place and the email functionality will form a significant proportion of your lines of code.