vinay88 / Publications
Forum
How to find order type i.e BUY or SELL of an already executed position using its ticket id?
Im mainly using python
Is this how you close order?
I was looking at this order type page https://www.mql5.com/en/docs/integration/python_metatrader5/mt5ordercalcmargin_py#order_type and i'm wondering, if there's no close order constant, instead if its just the ORDER_TYPE_SELL constant that closes the underlying positions in the pair. so i'm