Hey need help with a Simple code for EA - page 2

 
Thanks im sorry i'm new to this platform , so should I make another post ?
 
Keith Watford:

I will move this topic to the MQL4 and Metatrader 4 section.

.

 
Keith Watford:

.

Ok so being that it is not a bool. Would this be the correct ?

    if
    ( Ask > Ask*50*point )
                  {
   OrderSend(Symbol(),OP_BUY,0.01,Ask,3,0,0,"BUY",0,0,Green);
                  }
 
Chevon Ormsby:

Ok so being that it is not a bool. Would this be the correct ?

   if
    ( Ask > Ask*50*point )
                  {
   OrderSend(Symbol(),OP_BUY,0.01,Ask,3,0,0,"BUY",0,0,Green);
                  }

No. think about it.

 
Chevon Ormsby:

Do not double post!

I have deleted your duplicate topic.