
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.
So that this hint is reflected when hovering over the parameter, in the indicator/expert parameter window.I suggest extending the functionality of the extern modifier:
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.
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.
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.