trader0000 / Publications Main Forum 2 How to use ORDER_TYPE_CLOSE_BY in Python ? Hi, request = { "action": mt5.ORDER_TYPE_CLOSE_BY, "symbol": 'USDEUR', "volume": 2, 'position': 123456, 'position_by':???, # "price": 0.9, "sl":0.9, } } result =