End of Program, unbalance left parenthsis (Help)

 
Can anyone fix this for me? it drive me headache. i tried to deleted all the "//" but i still say unbalance left parenthsis.
Files:
 
joe217227:
Can anyone fix this for me? it drive me headache. i tried to deleted all the "//" but i still say unbalance left parenthsis.

Read your code carefully . . . in 5 mins you can find . .

   for(int s=Order  s  Total()-1;s>0;s--)  //  missing s

OrderSend(Symbol(),OP_BUY,LotSize,Ask,3,Ask-(StopLoss*pips),Ask+(TakeProfit*pips  )  ,NULL,MagicNumber,0,Green);  //  missing )

OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice()-(pipsToLockIn*pips),OrderTakeProfit(),0,CLR_NONE  ) ;   //  missing )   
Reason: