Forum

multiple orders on start

Hi all, I have an ea on four pairs. At first, the ea is working well, but if I close the platform and open it again in one of the pairs multiple orders start to open. Could you show me what is wrong? Thank you in advance Luis

open orders on start

Hi all, I come across with an issue; When I put the ea for the first time an order is opened, then when that order closes the next one opens normally, meaning that the ea waits for price goes up or down the OpenLevel What I expect the ea to do is from the very beginning it should wait until the

Close last order

Hi all, I pretend to close the last order maintaining the first order in place. The ea is working fine to the moment that an opposite order is in place, but when I try to close the last order regarding it bounces back and passes the line of the indicator that do not happen. Is that possible for

counter need to reset

Hi all, Could you help me here, Using the code I want to put to zero the counter if the condition fails. Right now if; if (BounceCount >= Bounce && Bid > BuyTrigger) is true the ea puts the order and the counter is set to zero, but if it fails the ea do not put the order and the counter is

Open an order

Hi to all, Could you show me how to open an order in this situation; After Bid passes up a line (could be a line from an indicator) and when Bid backs down from that line an order should be open. Thank you in advance Luis

Ea should open after bid move

Hi deVries and WHRoeder, Thank you for your prompt response. Follow is last post updated. I have an issue with the open of an order, I want open an order every time the Bid moves by a certain value. So If I make use of ; Global Variables double Spread,StopLevel,FreezeLevel,RiskAmount; double

slippage

Hi all, I there a way to get the slippage value from the Broker? Thank you in advance for any clarification. Luis Neves

Counting closed orders

Hi all, I need to get the number of orders that have been closed. Could you show me how could one get that from order history ? thank you in advance for any support provided Luis

Connection status

Hi all, One question, on mt4 on bottom right where is the symbol of connection satus some times this symbol is half red and half green other times is all green. Could you tell me what these colour differences are all about ? Thank you in advance Luis

Message on Journal Tab

Hi all, I'm running an ea on a Demo account and receive the follow message on Journal Tab; Signal - not found update signal - 3374 in base do you know what is the meaning of it ? Thank you in advance Luis