[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 712

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
A graph of an indictor? It's essentially the same thing. Extremes are only on the bars anyway, not in between.
The indicator is a separate window (if you draw it separately, under the price window). This window has the same coordinates - indicator value and time.
Thanks Alexey, looks like it's 99% clear now... :)
Nah, I'm looking for extrema on the indicator chart, in this case A/D
So it's clear that it's not in your pocket.)) You're still going through the indicator readings on the bars in the EA.
So it's clear that it's not in your pocket.))) You go through the indicator readings by bars in the Expert Advisor anyway.
:) It's a pity that no profit is taken out of the sleeve...
Here's a question: I've defined two arrays to store the time of the bar where the extremum was found:
So now the errors are falling out... Probably, I can't do that straightforwardly ? The errors are just when writing to these arrays:
What's wrong?
Here is a question: I defined two arrays to store the time of the bar at which an extremum was found:
Now I'm getting errors... Probably, I can't do it that way. The errors are just when writing to these arrays:
What's wrong?
Isn't that better?
:)))
Isn't that better?
:)))
What is the difference between Time[] and iTime() ???
The first is for a specific symbol and timeframe, the second is for any symbol.
I still don't understand why you need to draw arrows, you can see the peaks as it is.
The first is a predefined array (brackets are square). This array stores datetime of bar open times on the pair whose chart corresponds to window 0, i.e. the current one.
The second is a function for pulling open times, but now specifying a pair and a TF.
Accordingly, you can select the currency pair, and the desired timeframe.