Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 230

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
If the graph is clear, it will return 1.
Attached script, it outputs the number of windows, on the current graph.
Indicator data on mql4 can only be obtained from the current chart. It will not work with other charts.
Is it a variant of the Expert Advisor that brings profit? Share it... If you manage to create an empty child window for the chart of the terminal without the chart - it will count. Will it bring profit? Most of your questions can be solved quickly by writing an appropriate script.
Is this a profit-making EA option? Share...
It's as simple as that. If there are several charts, you have to take that into account to calculate the lot. Right?
No.
Is this a variant of a profit-generating EA? Share... If you manage to create an empty child window for the terminal chart without a chart, it will count. Will it bring profit? Most of your questions can be solved quickly by writing an appropriate script.
Write such a script, and do not forget to post it. Loop through all the charts, and make a window counter for each, and eventually you have a script informing the user of the number of windows on all charts.
Guys, can you tell me why the error 138 is popping up in the tester. this is a first for me... :-(
138
ERR_REQUOTE
New prices
REQUOTE.
Here's a little something I whipped up.
Guys, can you tell me why error 138 is popping up in the tester? This is a first for me... :-(