Forum

Service Desk

I have put a job on Arbitration since 3 weeks because customer is not responding to me since 6 weeks can anyone help me out here where to contact to close that job. I will be very thankful for any help

How many days Arbitration required to be closed?

I have put a job on Arbitration 2 weeks ago because customer is not responding to me since 1 month. So, I wanna know how much more days does this Arbitration take to close that job

I have an issue for getting the last closed order's open price in mt5

double H_LastOrderOpenPrice( int Type) { double price= 0 ; ulong ticket = 0 ; HistorySelect ( 0 , TimeCurrent ()+ 1 ); int orders= HistoryDealsTotal ()- 1 ; for ( int i=orders;i>= 0 ;i--) { ticket = HistoryDealGetTicket (i); if (ticket> 0 && HistoryDealGetInteger (ticket