How and Where to find MT4 Server list (demo/live) and Connect

 

hello guys,

i new here and want to create a MT4 client,

first please guide where to find working MT4 server list.

as i found these but non is working or may i don't know how to connect with.

66.114.120.22

66.235.184.206
66.151.194.185
207.228.252.28
207.228.252.27
209.61.206.23
83.220.163.101
66.235.184.162
217.74.44.32

with port 443.


they way i tried to connect.

            foreach (var item in mtServerList)
            {
                try
                {
                    MT = new MT4(item.Server, item.Port);
                    richTextBox1.AppendText(Environment.NewLine + "Server: " + item.Server + Environment.NewLine + "Exception: No");
                }
                catch (Exception ex)
                {
                    richTextBox1.AppendText(Environment.NewLine + "Server: " + item.Server + Environment.NewLine + "Exception: " + ex.Message + Environment.NewLine);
                }

            }


but all faild.


please guide me as per subject.


Thanks

 

In folder, where you install metatrader, you can find folder "config", eatch file, like "blablabla-Demo.srv" or "blablabla-Live.srv" ( *.srv ) is server file, open it with hex editor and replase IP adresses!

srv file in hexreader

Reason: