Forum

Web Request, SyntaxError: Unexpected non-whitespace character after JSON.

I have trouble with sending web Request . Seems it doesn't sends JSON raw correctly though body. headers = "Content-Type: application/json\r" + "\n" +auth; json[ACCOUNT_NUMBER] = accountNumber; for ( int i= 0 ;i< 1 ;i++) { json[POSITION][i][P_OPEN_TIME] = TimeToString (position[i].ot);

MQL5 HistoryDealGetTicket(index) error with code 4755

HistorySelect (0,TimeCurrent()); for(int i =0;i<HistoryDealsTotal();i++) { ulong ticket = HistoryDealGetTicket(i); Print(" i = " +i + " ticket = " + ticket+" total = "+HistoryDealsTotal()); int err = GetLastError(); Print(err); } this is my EA's little code which doesn't