View Single Post
  #6 (permalink)  
Old 07-03-2006, 07:21 PM
elihayun's Avatar
elihayun elihayun is offline
Senior Member
 
Join Date: Jan 2006
Posts: 379
elihayun is on a distinguished road
Quote:
Originally Posted by DaytrSuccess
hello Elihayon,

Thank you for your answer.

Did you count my parenthesis ? I suppose you didn't. They match.

The last line is the problem according to the compiler. I wrote : "at the end"

I tried a lot of things about those parenthesis. When the compiler finds nothing else he states : "unbalanced parenthesis..." at the last caracter !! where nothing is written.

If someone has an idea please help.
Well, I DID count them
look
OrderModify((OrderTicket(),OrderOpenPrice(),Bid-TrailingStop*Point,OrderTakeProfit(),YellowGreen);

U have 2 (( after OrderModify and only 1 to close it );
U have 2 lines like that

I know that the compiler gives u a wrong line where the error lies, but this is how compilers work, and here is not the place to discuss why
Reply With Quote