Notes about MetaTrader 5
When I installed the MetaTrader 5 module on python3 and created a script to get Tick information regularly, the following error was issued and MetaTrader 5 could not be obtained.
Traceback (most recent call last):
File ".\get_tick_sub.py", line 22, in <module>
MT5WaitForTerminal()
RuntimeError: No IPC connection
My MetaTrader 5 app uses the one provided by TitanFX. Because the app name of MetaTrader of TitanFX was different from the original name of MetaTrader 5 The app was not found and a reference error was issued.
Make the MetaTrader 5 app storage directory of TitanFX the same as the MetaTrader 5 original.
TitanFX default path
C:\Program Files\Titan FX MetaTrader 5
MetaTrader5 original pass
C:\Program Files\MetaTrader 5
I want you to be able to use arguments as much as you specify in the application I wish I had a configuration file, but ... → When I checked the MetaTrader module on the Python side, there was no such thing ... I want to reverse compile Tekapyd. ..
Recommended Posts