TIMisthebest:
What's you goal ?
hi ;
how to compare 2 time array;
angevoyageur:
thank for fast reply;
there is 2 time array ; like below , i want to compare them and use for a loop
for ( int w==0; time1[w]<=time2[0]; w++ )
how to compare
time1[w]<=time2[0]
TIMisthebest:
Obviously you want to compare them, but for what purpose ? If I understand what you are trying to do, maybe I can help you.
thank for fast reply;
there is 2 time array ; like below , i want to compare them and use for a loop
how to compare
angevoyageur:
Obviously you want to compare them, but for what purpose ? If I understand what you are trying to do, maybe I can help you.
in that domain in my indicator, i look for find max /min value of a parameter .
Obviously you want to compare them, but for what purpose ? If I understand what you are trying to do, maybe I can help you.
Documentation on MQL5: Array Functions / ArrayMaximum
- www.mql5.com
Array Functions / ArrayMaximum - Documentation on MQL5
TIMisthebest:
I am sorry but I don't understand anything on your issue.
there is no related between parameter and 2 array time ; time1[] & time2[]
angevoyageur:
I am sorry but I don't understand anything on your issue.
I am sorry but I don't understand anything on your issue.
oh;
time1[] & time2[] ; are date time
TIMisthebest:
Yes, I understand that, and then ?
oh;
time1[] & time2[] ; are date time
angevoyageur:
Yes, I understand that, and then ?
Yes, I understand that, and then ?
in coding for
<=
between 2 array time ;
there is error .
how to define
for ( int w==0; time1[w]<=time2[0]; w++ )
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
hi ;
how to compare 2 time array;
for ( int w==0; time1[w]<=time2[0]; w++ )