Questions from Beginners MQL5 MT5 MetaTrader 5 - page 349
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
Thank you, of course. But I wasn't asking about setting parameters, I was asking about how to call up the parameter box itself. For example, when you press your own button.
Thank you for the answer, although I do not understand it.
Dim, go to my profile, there's my name and even my last name, all the information is there.
Came in. Saw some pike in the photo. You're not going to claim that the number of pike caught equals the number on the nickname, are you? Or is it the total weight in micrograms?))
Hi. Do I correctly understand that MQL4 does not support OnTrade() (trade event) and OnTradeTransaction()?
Yes
I must admit that I'm new to MQL5..... How to subtract from the current array element, the previous....... That is, subtract the previous one from the current bar....????
There is an array[2];
To subtract the second element from the first one, write: array[0] - array[1]. And you won't subtract bars, but some values written into the array at 0 and 1 bars respectively. And that's if the array is written as a timeseries.