Errors, bugs, questions - page 2126

 
On MQ-Demo the script works for all equity values - including negative ones
#include <MT4Orders.mqh> // https://www.mql5.com/ru/code/16006

#define Ask (SymbolInfoDouble(Symb, SYMBOL_ASK))

void OnStart()
{
  const string Symb = "BTCJPY";

  if (OrderSelect(OrderSend(Symb, OP_BUY, 1, Ask, 100, 0, 0), SELECT_BY_TICKET))
    OrderClose(OrderTicket(), OrderLots(), OrderClosePrice(), 100);
}
 

Am I the only one who has pages that take a really long time to load?

Then this message appears


 
Nikolay Gaylis:

Am I the only one who has pages that take a really long time to load?

Then I get this message


Same problem...

 
Artsem:

mt5 loads the processor.

There are many financial instruments open, each with the same EA and indicator.

You do not need EA to work on every tick.

You can insert in the beginning of the EA a line like :

if ( LastTimeWork+NoWorkSeconds>TimeCurrent() ) return; //

This way EA will work once per NoWorkSeconds time

 
Nikolay Gaylis:

Am I the only one who has pages that take a really long time to load?

Then I get this message

It's been bugging me for two days.


---



---

 
Alexander Puzanov:

Second day of brainwashing


You're lucky. I just got a call on Skype and it can't find mql5.com at all

 
Someone is hitting the site hard, it looks like an attack...
 

Yesterday it didn't look like any trouble, but I started one of the old MT4s, updated it, and everything seemed fine. But today I found out that I can't add "Entry field" and "Button" objects to the toolbar. After I have created the input field programmatically, there is no "Parameters" tab in properties and even the selected object cannot be moved.

And it became on all MT4 terminals.


 

When opening an MT4/5 demo account pay attention to the highlighted field

Now it is not always auto-filled with what was previously entered. And it may contain personal information.

 
Alexey Viktorov:

Yesterday it didn't look like any trouble, but I started one of the old MT4s, updated it, everything seemed to be fine. But today I found out that I can't add "Entry field" and "Button" objects to the toolbar. After I have created the input field programmatically, there is no "Parameters" tab in properties and even the selected object cannot be moved.

And it became the same on all MT4 terminals.


What do you mean "became"?

It's always been like that. Since the beginning of the new four.

Reason: