Giorgi Gachechiladze
Giorgi Gachechiladze
Friends

Add friends via their profile or user search and you will be able to see if they are online

Giorgi Gachechiladze
Added topic 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++) {
Giorgi Gachechiladze
Added topic 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 =
Giorgi Gachechiladze
Registered at MQL5.community