Errors, bugs, questions - page 1010

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 thought the answer to this question was yes. You select the ticket from the trade history, and you try to get the property from the order history. They are different lists.
P.S. And there is an article with examples: MQL5 Recipes - Trade History and Library of Functions for Getting Position Properties
Good day!
Please tell me the way to get the bar number on the chart with datetime.
Thank you!
I don't want to search for bars and compare times :)
Good day!
Please tell me the way to get the bar number on the chart with datetime.
Thank you!
I don't want to search for bars and compare times :)
Good day!
Please tell me the way to get the bar number on the chart with datetime.
Thank you!
I don't want to search for bars and compare times :)
Good day!
Please tell me the way to get the bar number on the chart with datetime.
Thank you!
I don't want to search for bars and compare times :)
You can use Bars(), the second type of call.
Good day!
Can you please tell me the way to get the bar number on the chart with datetime.
Thank you!
I don't want to search for bars and compare times :)
ArraySetAsSeries
Invert the array, you will get the bar number.
flip the array over, there will be a bar number.
I don't understand something. The method suggested above helped me out. But I can't get into this one. What is the point?
I don't understand it. The above method helped me out. I still don't "get" this one. What is the point?
datetime is already there
ArraySize - number of bars, ArraySize-1 - last bar, ArraySetAsSeries sets direction of indexing, and cell number = bar, left or right.
There verification script molded.