[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 713
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
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.
So, here is the picture... And a question: why are they not on the spikes but somewhere below... ???????
It shows, by the way, that it's not just the extremes that are marked. The leftmost one is it, and the others are not it... :)
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.
Thank you!
Any discussion of brokers is forbidden. Formulate questions in such a way that they do not involve specific VCs. For example: "what are the rules for choosing a broker" and then go and try it on whether or not it suits you.
Is there a list of black DCs? Which is the best one to choose?
artmedia70:
Here's the picture... And then the question: Why are they not in the peaks, but somewhere below... ???????
Because a point is an object, and the object actually occupies a rectangle and the coordinate of the object is the top left corner of that rectangle. By the way, if you persistently and frequently click on a point, sooner or later the object will be selected and that rectangle will be visible :)
Because a point is an object, and the object actually occupies a rectangle and the coordinate of the object is the top left corner of that rectangle. By the way, if you persistently and frequently click on a point, sooner or later the object will be selected and the rectangle will be visible :)
Friends, a question like this:
How can I check the existence of an object already built on a chart, in this case
ObjectCreate("Trend_Line_DN",OBJ_TREND,WinID,TimeDN[1],PeakDN[1],TimeDN[0],PeakDN[0]);
Friends, a question like this:
How can I check the existence of an object already built on a chart, in this case
ObjectCreate("Trend_Line_DN",OBJ_TREND,WinID,TimeDN[1],PeakDN[1],TimeDN[0],PeakDN[0];
if(ObjectFind("Trend_Line_DN")...) {}