eyalsh / Publications
Forum
EA on the MT4 Manager
Hi, Is there a way that I can operate an EA on a MT4 Manager account? What I need is to extract all orders for observation... Thanks, Eyal
How to calculate the exposure?
Hi, Can anyone help on how MT4 calculate the Exposure of each symbol on the new exposure tab? Thanks, Eyal
OrderSend to a different Account
Hi, Is there a way to send an order there n EA from one account to a different account, using its Login, Pass and server? Thanks, Eyal
OrderSend to a specific account
Is it possible to send an order to a specific account
Email without configuring MT
Hi, Is there a way to send an email witout configuring it first on Tools-->Options-->Email? I'd like to have the ability to configure the mail on the expert... Thanks, Eyal
MAM account disconnect
Hi, I'm facing a problem which when account is being disconnected from MAM it's orders are being closed and a new one are being opened insted. I have a comment on the order, which I'm using on my Expert, which it is being deleted when the order is changed. Is there a way to bypass it? If not, is
How to send an order from a custom Indicator?
Hi, Is it possible to send an order via a custom Indicator ? If not, how can I use a custom Indicator in order to decide when to send an order? Thanks, Eyal
History Data Difference
Hello, Does anyone know why there is a difference when I’m running an Expert without downloading History Data first? I get a totally difference results when I’m running it after I have downloaded the History Data. Thanks, Eyal
History Data
Hi, I was trying to print some history data with the following Expert: Print(TimeToString(TimeCurrent(), TIME_DATE|TIME_SECONDS), " [", DoubleToString(SymbolInfoDouble(Symbol(), SYMBOL_BID ),4), ",", DoubleToString(SymbolInfoDouble(Symbol(),SYMBOL_ASK),4), "]"); I tried to run it on year 2010 but a
Text message
Hello, Does anyone knows how to print a text message above an horizontal line (For example: Like the one above the pending orders with the order number)