Forum

MQL5. My code does not work to close position. Please check what's wrong with it.

int temp_total_order= PositionsTotal (); for ( int i= 0 ;i<temp_total_order;i++){ ulong os= PositionGetTicket (i); PositionSelectByTicket (os); MqlTradeResult result={ 0 }; MqlTradeRequest request={ 0 };

Can anyone help me to use a JSON parser library for MQL5

Hi coders, I am looking for a JSON parser library for my MQL5 project . I have read some data online through WebRequest which is JSON data. I need to read it from MQL5 code to get the value. Thanks in advanced. #JSON_Parser #MQL5_Code

Mql5 http get/post request in a particular port.

Hello Coders. I am looking for a code of mql5 http get/post request in a particular port. I have searched in our previous topics but unfortunately, those are not working for me. I have found 'wininet.dll' http get/post request which is worked in mql4 code but mql5 is not supported. When I try to do