Forum

Mt5 Admin integration with python

Is there any way to integrate python with MT5 Admin? I've been looking everywhere for this with no answer

python with mt5 Delete a Pending Order

Hello Everyone, Im facing trouble in deleting an active pending order from mt5 through python. I keep getting an error out of this code. Can someone please help ??? import MetaTrader5 as mt5 from MetaTrader5 import * if not mt5.initialize(): print ( "initialize() failed, error code ="