Questions from Beginners MQL5 MT5 MetaTrader 5 - page 417

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
Please advise, is it possible to save an array of class objects to a file? Or do they need to be converted to an array of structures to save them to a file?
Greetings esteemed community!
Please advise, is it possible to save an array of class objects to a file? Or to save them to a file, should they be converted to an array of structures?
Maybe.
There is no Fibonacci indicator beginning with "i", it is hidden in the graphical objects. E_Ghazaryan, look through the Help file via this path. There is an example in MQL4 Reference / Standard constants, enumerations and structures / Object constants / Object types / OBJ_FIBO
If I understand correctly, all information about the class methods is stripped out?
The help is silent, on the website they say it's expiry date in bars. I've tried everything from 1 to 100, the pending does not expire on its own.
I have never worked with pending orders. (I have never worked with pending orders before in my EA)
The help is silent, on the website they say it's expiry date in bars. I've searched from 1 to 100 and the pending does not expire on its own.
I have never worked with pending orders. (I have never worked with pending orders before in my EA)
The help is silent, on the website they say it's expiry date in bars. I've searched from 1 to 100 and the pending does not expire on its own.
I have never worked with pending orders. (I have never worked with pending orders before in my EA)
Why read such nonsense? Just try to manually place a pending order and set an expiry time for it.
You will see right away that you don't set the time in relation to something, in bars, minutes or seconds; you set a specific time for removing the pending order. The only remark is that the time of expiration cannot be closer than ten minutes from the order opening time. The time loss at order opening must be taken into consideration.
Why read such nonsense? Just try manually placing a pending order and setting an expiry time.
...
You should not be so reckless. The matter is that when an EA is generated using MQL5 Wizard, there is an expiry parameter and it is actually measured in bars:
The physical meaning of the signal expiration in bars: if the signal (pending order) does not trigger within a specified number of bars, this order will be deleted.
You shouldn't be so reckless. The thing is that when generating an EA using MQL5 Wizard, there is an expiration parameter, and it is actually measured in bars:
The physical meaning of expiration in bars: if the signal (pending order) does not trigger within a given number of bars, this order will be deleted.