mql5

sending order to open a position via MetaTrader5 python module and nothing happens

sending order to open a position via MetaTrader5 python module and nothing happens Question: I followed Metatrader5 python documentation and this answer in stack overflow I try to open a sell position: import MetaTrader5 as mt5 ea_magic_number = 9986989 # if you want to give every bot a unique identifier def get_info(symbol): ”’https://www.mql5.com/en/docs/integration/python_metatrader5/mt5symbolinfo_py ”’ # …

Total answers: 3