yuribr / Publications
Forum
BUG report: Python order_send behavior is different than MQL5 OrderSend
I'm encountering unexpected behavior with the order_send function from the MetaTrader5 Python library. I believe this might be a bug. Issue Description: Python order_send function returns an OrderSendResult object analogous to the MQL5 MqlTradeResult structure, which includes the attributes: retcode
Bug Report: OrderSendResult Structure Missing comment Field Content in Python API When Non-UTF-8 Characters Are Present
Hi all, I couldn't find a dedicated bug-reporting channel, so I'm posting here. I'd appreciate any confirmation from the community on this issue, and ideally, someone could escalate it to the development team if confirmed as a bug. When using the Python API’s order_send() function in MT5, the
Python API bug: order_send result comment is incorrect
Hi all, I couldn't find an appropriate channel for bug report so I'm posting it here. Maybe the community can confirm this as a bug and hopefully someone could forward this thread to the developers. The issue I'm facing is with the OrderSendResult structure returned after an order_send ()