[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 350
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
with the same looping?
I'll try
Please help me solve the problem with the shift limit in iHigh(Symbol(),timeframe,shift), which is limited to the number 1000.
iTime(Symbol(),timeframe,1001) gives 1970.01.01 00:00No one can help that there is only one option, read from history file? If that's the only option, does anyone have a ready-made way of identifying the necessary information in the history file.
You don't press the space bar, but hold down the power button for 5-10 seconds until the signal disappears.
In KVN among the moderators, you'll be team captain ... I'll repeat the question, maybe someone will answer it: the alert does not turn off after pressing the space bar ... Terminal version is the latest 500... I've never seen this before.
Guys, please give me a hint. I've already asked this question, but I haven't managed to get the code right.
Once again I'll tell you the gist of the idea. By Awesom indicator, from the bottom (below 0) to the top (above 0), the volume of the wave (indicator Volumes) is calculated.
The text label with the sum of the volume of the wave, should be printed on the indicator chart and calculated over the entire history.
I got this:
What is the error?
1. Conversion function converts and variable changes in this function will not change if there is no tick. TimeToStr(TimeLocal(), TIME_MINUTES) - depends on the tick.
Do you have any idea how to pull out the time from Win32/User32 in order not to make the EA get stuck?
1. None of these functions are tick-dependent. You only need to call the function to get the return value. The indicator and Expert Advisor call it upon the arrival of a tick, but no big deal. You can loop an Expert Advisor or a script. The frequency of calls will be the same as in the indicator or script.
2. There is no sense. You will have to invent the same TimeLocal().
I couldn't find anything in the textbook about what "&" means in the formal function parameters. Can you tell me what it affects and what it means?
https://docs.mql4.com/ru/basis/variables/formal
The second part of the page from the words "It is possible to pass parameters by reference..." Look carefully there Example.
Good afternoon.
Could you advise me on the best way to record the crossing of, say, stochastics:
on the first and third bar compare the values of the signal and main lines or the first and second ?