Forum

Why is my EA order not always placed and time to time missed to place an order?

I developed my own EA, based on a simple martingale style. The order placement worked perfectly when I tested this with a demo account. When I started with a couple of real trading accounts, there was no issue to place an order. All orders directed by the EA were placed without any missing one

What does it mean 'function must have a body'?

My coding is using IsNewBar function as below; After compiling, there is an error message that 'IsNewBar' - function must have a body What should I modify for my coding?? input double Lotsize=1.0; input int Slippage=10; input int Stoploss=30; input int Takeprofit=30; input int MAPeriod=20; input int

How can I use isNewBar function correctly?

How can I use isNewBar function correctly? I am coding for a structure that a certain order is entered only when a new bar appears with a predefined condition? How can I use isNewBar function correctly in my coding? My basic coding is below as and the expected ‘isNewBar’ function doesn’t seem to

Expert Advisor; any function to control for EA acceptance time?

Hello, Is there any function in Expert Advisor that the signal is received only when each candle starts? (i.e. I am looking for a function to control that each signal works every 30 minute when each candle (30M) starts? Best, S. Green

How to control a number of order placement?

Hi, I am building a simple EA to place an order based on MA. (i.e. when a bid price is above MA then to place a buy order....). I want to place only one order placement for each candle. Do you know how to control for this? Best, Mygreen

How to send EA with security (PW etc)?

HI, When I send my EA to my friend, I want to set up password to he can only use the execution file not to see my coding. Do you know what to set up for this? Best, My Green

Reliability measurement in Signals

There is 'Reliability' measurement in Signals. How is it measured

VPS support real time signal subscription even if my PC is off?

I need to link my trading account to my subscribed signal real time. If I register a virtual server , then my trading account is always linked to the signal even if my computer doesn't turn on