Closed Near-Tam closed 1 year ago
Hi,
Not exactly clear what you mean. You move the MT4/MT5 EA into a chart. On the upper right side of the chart you will have a happy face and on the upper left side demo or licensed. On this machine/pc the IP address will be 127.0.0.1. If your python script is on the same machine/pc then use 127.0.0.1 as IP and the socket number as seen in the MT ea in the connect function.
If not clear, lets chat by the discord channel.
BR Huub
when I was ran the Python_script_example_PyTrader.py file
it return an error:
Couldnt connect with the socket-server: [Errno 61] Connection refusedelf.sock
terminating program
False
Traceback (most recent call last):
File "Python_script_example_PyTrader.py", line 95, in
How can I fix it ?
Do you have the MT4/5 EA running in a metatrader terminal. Licensed or demo does not matter.
like this?
You need to have the MT4/5 EA in only one chart.
Watch the red arrows, do you have the info above in your chart.
BR
I wrote a lot of documentation, did you read this .pdf. ??? BR
Thx, I'll read it now.
You can also contact me on discord, chatting is much easier. BR
I found that there is no server ip in my demo account. How can I connect my demo account base on this situation.