Jesus Angeles
Jesus Angeles
Friends

Add friends via their profile or user search and you will be able to see if they are online

Jesus Angeles
Registered at MQL5.community
Jesus Angeles
Added topic Sending email to different addresses
Hi, I set the email destination to one account, e.g. to my hotmail account. When a certain case happens, I want to send to another email account (which is pointed to an email-to-sms service, which will end up as an sms to me). How do I do this as
Jesus Angeles
Added topic Trades closed when changed from M1 to another period
Hi, I was running an EA on a demo account , on M1 (minute) chart. I changed the period to another, I think, to Daily period, and all trades were immediately closed within a few seconds. Is the changing of the period the cause of the closing of the
Jesus Angeles
Added topic Emails getting delivered late
Hi, I am currently using hotmail as the destination of my regular email updates from my EA. The smtp service company said that they checked and that they relayed the emails on time. It is therefore an issue on the hotmail side. Currently, my 2 EAs
Jesus Angeles
Added topic Robots' bad performance these past years
I tested 2 robots and their performance starting around 1 to 3 years ago, started to become choppy. And they are still choppy now. They are still profitable, but the account change has more ups and downs and the net profit is less. Are the robots you
Jesus Angeles
Added topic how to save/load ea settings programmatically
hi, is there a method or way provided by MQL on saving the EA input (extern) values to file, for later restoration? manually, i press the 'save' and 'load' button. how about programmatically? are we able to do this without doing it the hard way -
Jesus Angeles
Added topic Time spent in start()
Hi, TIME SPENT BY START() Have you measured the time spent inside the start()? Is there like an acceptable time for such? I understand that this is unique per set of code (i.e. per strategy and its implementation). EVERY WHEN DOES TICKS COME Let's
Jesus Angeles
Added topic quotes are 2 digits on my pc, 3 on vps
Hi, I ran 2 MT4s. One is on my personal pc, and the other is on a vps. I used the same MT4 provided by ibfx. I also opened 2 demo accounts using ibfx. how come the quotes on my pc are of 2 digits, while it is 3 on the vps? how do we handle this in
Jesus Angeles
Added topic Tips on sending email
Hi, I have searched the forum but seems to unable to find relevant tips. Can you share your tips with regards to sending an email from MT4? For example: -- Is smtp.com okay? Any comments on it? -- For your level of usage (specify if possible), which
Jesus Angeles
Added topic EA's speed: how to measure, as datetime down to seconds only
Hi, How we measure accurately, things like: - time spent on start() method - time in between ticks - time spent waiting for a tick (idle time) The datetime gives down to the seconds only. The measurement unit must be lower than seconds like
Jesus Angeles
Added topic Brokers against very profitable robots?
I read a couple of points on an advertised EA, regarding brokers and robots. It says something like this: 1. brokers lose if you win. that is why they frown on very profitable robots. >>>my thought. dont they make money on spreads instead
Jesus Angeles
Added topic Overwrite EA with new version - all orders closed?
Hi, When I was running my EA on a demo account on MT4, I revised the same EA on the MetaEditor. When I clicked 'compile' on the MetaEditor, all orders were closed on the MT4. Is this going to happen (all orders closed) also on real accounts (when the
Jesus Angeles
Added topic how to 'sleep' the EA during weekend close period
Hi, I am just worried that the EA I coded might bombed the broker server with open or close order requests when the order request fails because the market is closed for the weekend. How do you handle this? How do you safely put your EA to sleep
Jesus Angeles
Added topic Multiple ea running, how to allow
Hi, How are EAs coded such that they will not interfere with orders that are owned by other EAs? (assuming that is our intention - that is, process only the orders that each EA has initiated) Is it using the comment? or the magic number? other? In
12