Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1224

 
Arkin Nabirov:
The question was about something else, but I'll answer .... It was not a purchase, but it was a bonus for buying two EAs. I think it was still essentially a buy.... But it's not worth focusing on. I asked for an indicator for this bonus, I got an indicator and its autorisation code via Skype. Now the question is ,,how to activate it
Artyom Trishkin:

Thank you for your help. My inattention...

 
Can you tell me if MT5 can trade binary options *** ?
And in general, on other brokers?
 
Aoi_08:
Can you tell me if MT5 can trade binary options *** ?
And in general, on other brokers?

I don't think so. I only know of one on MT4. And a few through left-handed software which may not be safe.

 
Comments not relevant to this topic have been moved to "Discussion on EA implementation. ".
 
Can you tell me where I can trade on an MT5 demo account during the weekend? No matter what.
 
pivomoe:
Can you tell me where I can trade on an MT5 demo account at the weekend? No matter what.

In the tester.

 

Tell me what I'm doing wrong.

   if(CopyTime(Symbol(),Period(),0,in_range,time) < in_range)
   {
      Print("Ошибка копирования данных времени.");
      return;
   }

I get this error. If I set it at 40,000, it works fine. Why is that?

 
Сергей Таболин:

Tell me what I'm doing wrong.

I get this error. If I set it at 40,000, it works fine. Why is that?

Maybe there is no history of 50,000 bars. You can allow to display 100000, but there may only be 5000 on the server.

 
Vitaly Muzichenko:

Maybe there is no history of 50,000 bars. You can allow 100000 to be displayed, but there may only be 5000 on the server.

A clarifying question - does this 100000 apply to all TFs or to the minutes?

 
Сергей Таболин:

Just to clarify, does this 100,000 apply to all TFs or to minutiae?

For all. More precisely, it displays in the chart window the number of bars specified in the setting, and does not depend on the timeframe

P.S. I've never changed this value, but I've just checked it and saw that it cannot be set less than 1000.
Reason: