Alert not mentioning chart symbols
-
alert was giving symbol and working fine in mt5 but in mt4 it does not mention symbol name from the chart from where it came from?whats the issue
https://fxdreema.com/shared/qrOXcqDhe -
@haikel You have nothing inside the alert block.
-
@jstap what should i select?

-
@haikel This should do it:
#

-
@jstap just have to put comand> Symbol(); no need to put symbol name here?
-
@haikel alert is showing asset name but cannot give further information from which chart it came,,,i have multiple charts open of same asset and it can cause trouble identifying from which chart it came..
and aslo is there any way i can directly open chart from the alert menue -
@haikel I do not know how to open chart from alert, but someone that understands can do so with custom code (at least that is what I assume). This will put the chart it is placed on but to customise for each symbol is a little harder. Symbol()+variable/constant name; will put symbol & what is in the variable/constant in the alert, you could then change this for every chart you place EA on, needs to be in as a string for text.
-
@haikel This is the second thread dedicated to the same issue. I replied to tha other one. Please don't duplicate threads.
-
@jstap added constant and varriable like this will it work?https://fxdreema.com/shared/XrwvnbRge

-
@haikel Change the value to numeric if it's a number, in the comment block something needs to be in the label box for it to work, I assume it's the same on alert.
-
@jstap i switched to MT5 but now EA is not even giving alert pop up https://fxdreema.com/shared/37GfMJl8
i tried checking all the blocks but they seems to be fine i dont know where is issue.. -
@haikel You have nothing in the alert block, also may need to do as picture, sometimes MT4 & MT5 differ slightly.
-
@jstap i had copy paste mql4 modules into mql5 plateform i think thats why ea was not working