What happen to my trade?

 
  Open TimeTicketTypeSizeItemPriceS / LT / PTimeStateComment
2014.03.27 18:1851207424buy0.01 / 0.00EURUSDmarket0.000000.000002014.03.27 18:18rejectedReject: Unable to send place tr
2014.03.27 18:1851207491buy0.01 / 0.00EURUSDmarket0.000000.000002014.03.27 18:18rejectedReject: Unable to send place tr
2014.03.27 18:1851207518buy0.01 / 0.00EURUSDmarket0.000000.000002014.03.27 18:18rejectedReject: Unable to send place tr
2014.03.27 18:1851207536buy0.01 / 0.00EURUSDmarket0.000000.000002014.03.27 18:18rejectedReject: Unable to send place tr
2014.03.27 18:1851207563buy0.01 / 0.01EURUSDmarket0.000000.000002014.03.27 18:18filled

This is what I received from my broker's email

 

2014.03.27 09:17:16.028 DCF Counter (EURUSD,H1) Position opened in EURUSD

2014.03.27 09:17:14.685 DCF Counter (EURUSD,H1) Position opened in EURUSD

2014.03.27 09:17:13.423 DCF Counter (EURUSD,H1) Position opened in EURUSD

2014.03.27 09:17:12.171 DCF Counter (EURUSD,H1) Position opened in EURUSD

2014.03.27 09:17:10.860 DCF Counter (EURUSD,H1) Position opened in EURUSD

 

This is from my terminal expert tab

 

//+------------------------------------------------------------------+
//| Trade Open                                                       |
//+------------------------------------------------------------------+
void TradeOpen(ENUM_ORDER_TYPE Type, double Volume, double Price, double StopLoss, double TakeProfit)
  {
//---

      if(m_Trade.PositionOpen(Symbol(), Type, Volume, Price, StopLoss, TakeProfit))
      {
         Sleep(800);

         if(m_Trade.ResultRetcode() == 10008 || m_Trade.ResultRetcode() == 10009)
         {
            Print("Position opened in ", Symbol());

            return;
         }
         else
         {
            Print("Error opening position in ", Symbol(), " - ", m_Trade.ResultComment(), "\n", "Return Code Desc - ", m_Trade.ResultRetcodeDescription());
         }
      }
      else
      {
         Print("Error with PositionOpen in ", Symbol(), " - ", m_Trade.ResultComment(), "\n", "Return Code Desc - ", m_Trade.ResultRetcodeDescription());
      }

//---
  }

 This is my place order code

 

So what happen? 

 
anyone got any idea?
 
doshur:
anyone got any idea?
Can you post the full "Comment" text : "Unable to send place ..." ?
 
angevoyageur:
Can you post the full "Comment" text : "Unable to send place ..." ?
That is the full text that I got in my email
 
doshur:
That is the full text that I got in my email
You have to ask to your broker then.
 
angevoyageur:
You have to ask to your broker then.
Ok. Let me check with them what is wrong
 
angevoyageur:
Can you post the full "Comment" text : "Unable to send place ..." ?
contact to broker
Reason: