Wishes for MQL5 - page 23

 
Need TimeWeek
 
pxx:

OK, the code would be "managed".

It would be great to have "///<summary>". You know, very handy - move your mouse to a variable/type/field/property etc, and a popup will tell you what you've "commented" there.


I suggest extending the functionality of the extern modifier:

extern int MAPeriod = 25; hint "Период средней"
extern int APrice = 0; hint "Цена для расчета средней 0-Close, 1-Open, 2-High, 3-Low..."
So that this hint is reflected when hovering over the parameter, in the indicator/expert parameter window.

If not specified, do not display, or display the variable name.

 

What is missing is the option in the terminal to copy only the indicators from one window to another. At the moment it is only possible to copy the entire layout with replacement of the existing one, including the display of trades.

 

More functions for string handling would also be available

for example

1 - search for number of occurrences of the string

Find Number of occurrences ("AAABBB1SSDD1FF1", "1") = 3

2-UPPER LOWER

and others

-----


for terminal! if you wish, add possibility to allow expert to initialize STRATEGY TESTER

here is an idea>

Suppose, an EA is working and optimization is required according to its conditions.

The Expert Advisor creates conditions for optimization and the optimizer is launched in the same terminal at the same time

the Expert Advisor continues its work without delays!

the Expert Advisor working on a chart can stop - interrupt the process - i.e. it can control it

and of course, to receive an array of parameters after optimization

Certainly not in HTM code - parsing is a pain!

--- at the moment we can use parallel start of another terminal

-- at least for the 2010 championship.

--- right now to save money I start optimization in the same terminal that trades for 5-6 hours on a real account... then the HTM code

parsing of this code - it is a pity we cannot automatically load it into a text file with a separator

or have the Expert Advisor access to an optimization array

like


1|287.64|6|0.00|47.94|153.00|1.52%|p1=1.1|p2=34|p3=31|p4=62|p5=68 p6=100|p7=0|p8=0.1|p9=1120|p11t=100|p12=100
2|287.64|6|0.00|47.94|153.00|1.52%|p1=1.1|p2=34|p3=31|p4=62|p5=68 p6=100|p7=0|p8=0.1|p9=1120|p11t=100|p12=100
3|287.64|6|0.00|47.94|153.00|1.52%|p1=1.1|p2=34|p3=31|p4=62|p5=68 p6=100|p7=0|p8=0.1|p9=1120|p11t=100|p12=100
4|287.64|6|0.00|47.94|153.00|1.52%|p1=1.1|p2=34|p3=31|p4=62|p5=68 p6=100|p7=0|p8=0.1|p9=1120|p11t=100|p12=100


of course it is possible to parse HTM code but not very good.

 
I join everyone who would like to see in the new version 5 of MT - a good, professional debugger with breakpoints, the ability to view variable values, etc.
 
Maybe off-topic, but I would like to see a "minimize to tray" checkbox in the terminal settings.
 
Make you an OOP, at least like in PHP5
 

When testing in visualisation mode, sound must pass through.

 

The graphical objects are now georeferenced by price and time. One coordinate).

It would be good to select anchor coordinates by time and level relative to the upper and lower limits of the window.

Such binding is relevant, for example, for Fibonacci Time Zones.

 
nen:

The graphical objects are now georeferenced by price and time. One coordinate).

It would be good to select anchor coordinates by time and level relative to the upper and lower limits of the window.

Such binding is relevant, for example, for Fibonacci Time Zones.

There will be full graph control, including the possibility of unlimited custom drawing. And there will be events (onclick, onmove, etc) linked to any object.