Questions from Beginners MQL5 MT5 MetaTrader 5 - page 943

 
Taywin Lannister:

So it shouldn't happen on a real account?

Guaranteed, it won't happen on a real account. Read the thread and everything will fall into place.

ФОРТС: демо котировки.
ФОРТС: демо котировки.
  • 2015.11.17
  • www.mql5.com
Не раз на форуме и лично от брокера слышал, что котировки на демо счете сильно отличаются от реальных котировок.
 
What should I do? I want to buy a paid signal, but the site has it, but not in my MT5 terminal? What should I do?
 
pipikadi:
i want to buy a paid signal, but my terminal has it on the site and not in my mt5 terminal! What should i do?

The terminal has stricter conditions for signal selection: the signals are selected based on maximum matching of the Provider's and Subscriber's trading account parameters. You can always search for the signal directly from the terminal (search window at the top right) - this is the most reliable way.


You MUST complete Community tab before making deposit.


 
Alexey Kozitsyn:

Guaranteed, it won't happen in the real world. Read the thread, everything will fall into place.

Thank you very much!!!

 

How do you know from an EA that it is in the tester and withdraw when the test is over?

Print("Тестирование окончено");
 
Question to connoisseurs: Does mt5 have a way to make the line drawing the bar thicker? I'm referring to the standard methods.
 

Started a custom symbol. Opened the window with the custom symbol.

I don't need quotes here. The window will be used to display technical information and settings panel.

In the window - "Waiting for update". I manually display graphical objects in the window. The objects in the window are there, but they are not displayed, including those that are bound to pixels.

Question: What is the minimum amount of work to be able to display data and graphical objects in the window?

 

CustomSymbolDelete

Deletes a custom symbol with the specified name.

boolCustomSymbolDelete(
const stringsymbol_name//user character name
);

Parameters

symbol

[Custom symbol name. Must not match a name of an already existing symbol.

---------------

What does this mean ?
Is a custom symbol considered non-existent? What do you mean existing? If there is a chart open on it, is that enough to consider that the custom symbol exists?

 
On the code for the RoC indicator. Made this indicator in mt4 with two lines quite easily. Not so good in Mt5 and I couldn't find it in CodeBase. Calculation was: first line Close/Close8*100, second line with period 10
 

Hello, Could you please advise me if I set my EA to, for example, 10 currency pairs?

Can you set the maximum number of pairs on which you can open?

In other words, if advisor is set on 10 charts of different pairs and in the settings it is said that the maximum number of pairs - 5.

And the EA will work only on the first 5 pairs and the other 5 pairs will be ignored?

In general, this is possible?

Reason: