Thread: Ask!
View Single Post
  #1508 (permalink)  
Old 07-02-2009, 08:45 AM
Ricx Ricx is offline
Junior Member
 
Join Date: Apr 2006
Posts: 26
Ricx is on a distinguished road
One Fast question...

Dude if i do the bolded so i dont need to do the underlined right?

Quote:
if(Ask>=Line1)
{
posisi=OrderSend(Symbol(),OP_BUY,Lots,Ask,Slipage, 0,0,"OneLineEA ver 1.0",Megic,0,Green);

if(OrderSelect(posisi,SELECT_BY_TICKET)==true)
{
posisi=OrderTicket();
}

}
Reply With Quote