Wishes for MQL5 - page 106

 
YuraZ писал(а)
 
Rosh >> :

Added properties

Rich - pleasing.

 
YuraZ >> :

find it very useful to add the ability to change and read the background colour on the CHART!


It would be very useful to have access to the colour constants of the chart defined through its properties, such as: bar up, bar down, background colour, text, bullish/bearish candlestick colour, etc.

 
Kos >> :

It would be very useful to have access to the colour constants of a chart defined via its properties, such as: up bar, down bar, background colour, text colour, colour of bullish/bearish candle, etc.

This has already been implemented. See the "MQL5 Reference Guide / Standard constants, enumerations and structures / Chart constants / Chart properties" section in the help

 

Add the possibility to get information about the rollover (swap) as far as the time of the rollover is concerned.

There are companies that use not standard server 00:00 but for example 22:00.

The time other than even hours is not met, then it is enough just number of hours... say 22.

 

If the software is no longer specialised for Forex traders,

then the MT4 analogue (competitor of MT5) will quickly appear specifically for the Forex market -

with lots, separate positions, detailed closing and its own MTS.

I want to estimate advantages of the new program, maybe I should just get used to it and understand its advantages.

I do not have any particular wishes, the main thing is that it should be convenient to work with.

 
Very limited understanding of the software for the trader. First of all it is the MT5 server, and then the terminal. What is the point of changing the terminal if the server is the same.
 

Hello!

In mql5, you can use 2^9 = 512 indicator buffers for MT5 needs (if I am not mistaken).

In mql4 for MT4 there is implemented an opportunity to use 2^3 = 8 indicator buffers (I am not mistaken here).

A very big request to the developers:

Using the experience gained, please increase the number of buffers in mql4 for MT4 needs!!!

2^9 = 512 or

2^8 = 256 or

2^7 = 128 or at least up to

2^6 = 64

I hope for understanding.

 

Such a phenomenon -

The broker used to work with 4 digits after the decimal point and then switched to 5 digits (e.g. ALPARI).

If we measure the distance (e.g. candlestick height) after switching to 5 digits, everything

will correspond to a scale with 5 digits, as expected. But if, on the other hand, we look at

history before going to 5 digits - that's where all the "interesting" stuff starts! - Whereas.

the scale is already with 5 digits, the pips here will still correspond to 4 digits! Clearly

It's clear that I cannot check anything on such a history.

I thought the problem would be solved by deleting the previous history and swapping to a new one.

did not help. I don't know if it's the broker's problem or MT4's, but MT must at least somehow

I don't know if it's the broker's problem or MT4, but MT should at least warn me about it in some way, persistently.

 
chief2000 писал(а) >>

It's a phenomenon -

Try multiplying 4-digit quotes by 10... it's a bit of an approximation, but still...