mt4 monitor to watch connection

thread: mt4 monitor to watch connection

  1. #1
    Junior Member leizuu's Avatar
    7

    mt4 monitor to watch connection

    My simple question is if anyone uses or understood about an ea,script or software that monitors link and send email if link is lost or platform will get freeze. I´ve seen in the internet about an appliion called mt4 monitor 4.0 which is supposed to do this job but as long I can not contact with the developer or test this appliion I´m not aware if that functions propertly.Thanks.

  2. #2
    You can start by looking under

    tools

    options

    events

    disconect


    from the MT4 Platform


    Here a link to help

    http://forum.mql4.com/5528

  3. #3
    Junior Member Ana's Avatar
    11
    If set, it will sound an audible alarm.... Wont send an email.

  4. #4
    You might start looking into playing this code with and expert

    if(! IsConnected())

    Printing(No connection!) ;
    SendMail(disconnect expert, disconect . .) ;

    return(0);



    Just some thoughts

  5. #5
    Junior Member Ana's Avatar
    11
    you can start by looking under

    tools

    options

    events

    disconect


    in the MT4 Platform


    Here a link to Assist

    http://forum.mql4.com/5528
    Dale I appologise....

    Your fully correct, you can receive an email via alarms. Do not look into it properly.

    Cheers

    You're totally correct, that connection will tell you

  •