Attachments forums

List of attachments posted on this forum.


All files on forums: 135721

Re: MT4 Indicator requests and ideas

chris006, 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,
All files in topic