EA

 

Hi i am new to the forum.so I dont know whether this is the correct place to  make an inquiry.

I recently purchased an EA on the market that is a Moving average crossover.

I wanted one that took one BUY trade when the MA 5 crossed above the MA 14 and a SELL trade when the MA crossed below the MA.

The EA that I purchased is always in the market and keeps buying until the 5MA crosses below the 14MA and selling until the 5MA crosses above the 14MA 

I wanted one that only takes one trade in one direction and only takes a trade in the other direction when the MA again crosses. 

I dont know how to contact the vendor to see whether I can change the settings to do this.

Any suggestions? 

 

Hi, Brin. If you have file .mq4 or .mq5 then you can add this :

if ( OrdersTotal() == 0 ) 
     // start to checking buy / sell signal
     // if there is a signal start to open trade
 
or you can ask developer to build new EA on Freelance section
Reason: