Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 405

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 how to get the opening time of the next bar for the current timeframe? Tried to do
In seconds time, with this knowledge correct your formula.
In seconds time, with this knowledge, correct your formula.
Please advise how to get the opening time of the next bar for the current timeframe? Tried to do
Try Alert(Time[0]+_Period*60); PERIOD_CURRENT is 0, zero, blank, notation of timeframe of the used chart
How do I get the next bar open time for the current timeframe? I tried to do
Shit, I mean with PERIOD_... just one line can't do it
That's it
oops))) ahead of the curve
Time[0]+PeriodSeconds();
Yes, thank you!
You're welcome.
Multi-platform code:
how do I write a function with a variable number of parameters?
how do I write a function with a variable number of parameters?
For example?