Attachments forums

List of attachments posted on this forum.


All files on forums: 161235

Re: MT4 Indicator requests and ideas

mrtools, Wed Feb 12, 2020 3:33 am

chris006 wrote: Tue Feb 11, 2020 6:06 pm Hello everybody,

I would like to change the message of the email sent by the indicator attached.

Currently the email body reads:
GOLD at 23:00:00 parabolic Sar OBV trend changed to up

and the code at line 317 is:

Code: Select all

message = _Symbol+" at "+TimeToStr(TimeLocal(),TIME_SECONDS)+" parabolic Sar OBV trend changed to "+doWhat;
I would like to include some of the settings in the message, eg. the timeframe selected and the AccStep

Could you direct me, for the changed code to use on line 317?

Thanks,
Maybe something like this.
All files in topic