Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1418
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
I like the Boolean options better
I'm not quite sure how that applies here.
Can I have my code tweaked, if it's not too much trouble?
Can you tell me how to make Print(), print once on value change
When what value is changed?
I'm not quite sure how this can be applied here
Can my code be tweaked, if you don't mind?
I'm not quite sure how this can be applied here
Can my code be corrected, if it's not too much trouble?
You don't specify the details of where and how this construct is called.
In this case, if you have found the necessary chart and it is the only one, then make a break; immediately, so that you don't force the terminal.
You find the chart, memorize it and don't call the construct again. It's probably best to call it on an event, although it depends on the task.
when what value changes?
When the active chart window changes, the function prints the active chart symbol.
You do not specify the details of where and how this construct is called.
In this case, if you have found the necessary chart, and there is only one chart, then make a break; so that you do not force the terminal.
You find the chart, memorize it and don't call the construct again. Probably the best way to call it on an event, although it depends on the task.
Sorry, the function is called in the...
Unfortunately, it doesn't work either. Prints endlessly(
When the active chart window changes, the function prints the active chart symbol.
Sorry, the function is called in the...
Unfortunately it doesn't work either. It prints infinitely(
How about this? - only it will give a signal once in the print
How about this? - only it will give a signal once in the print
When the active chart window changes, the function prints the active chart symbol.
Sorry, the function is called in the...
Unfortunately it doesn't work either. It prints infinitely(
Or maybe you'd better read the documentation more carefully?
CHART_BRING_TO_TOP
Show chart on top of all other charts
bool w/o
This means that this property is write-only. And you are trying to read it.........
Plus you are not giving a complete answer to the question
Forum on trading, automated trading systems and testing trading strategies
Any questions from newbies on MQL4 and MQL5, help and discussion of algorithms and codes
Vitaly Muzichenko, 2021.03.15 23:04
You have not specified in details where and how this construct is called.
When the active chart window changes, the function prints the active chart symbol.
Sorry, the function is called in the...
Unfortunately it doesn't work either. It prints endlessly(
If I don't understand what's going on, I print everything I have, sometimes it helps. And I don't understand the essence of the vail. The condition is always true.