Alert Message with symbol name
-
An EA created for sending alert message with symbol name
, but only the current message is available, if there alerts before i cannot see, so how can we solve it ?
-
You can send email to yourself every time an alert is generated:

-
@civileng20102000 I assume you are using MT4? If so, click on the Experts tab on the bottom of the Terminal window and all alerts will be there, not just those created by the EA. If you right-click an alert in the Experts window and then click open and then double click on the file for the date you want, all the alerts for that date will open the alert list in notepad or your default editor for notes.
-
Hi,
1)Create a string varilable like this = Sembol (string varilable name)
2) Select "Modify Variable" block and modifiy "Sembol" variable with "Market Properties- Symbol Name" into İnit Section.
3) Select "Alert Message" and select "Text Code İnput" and write exactly this code "Alert On "+Sembol+" into On Tick SectionThat"s it.
-
@casper thank you, but please help me to Create a string varilable like this = Sembol (string varilable name)
-

-
thanks for every one help me
-
@casper The EA created, but not working
any help ? -
Wrong link. Can you please update it?