mostafalotfi:
I just give you a link with an example.
hi
could you please explain it little more? or give me one simple example? i just moved from MQL4 to MQL5
angevoyageur:
I just give you a link with an example.
is it really this much complex? iBarshift was so simple , im confused
I just give you a link with an example.
mostafalotfi:
is it really this much complex? iBarshift was so simple , im confused
is it really this much complex? iBarshift was so simple , im confused
What is so hard ? It's exactly the same as mql4.
shift0=iBarShift(_Symbol,PERIOD_M15,searchDate,exacts);You only have to include the .mqh file provided.
angevoyageur:
What is so hard ? It's exactly the same as mql4.
You only have to include the .mqh file provided.ii found it how to use it , thanks
honestly when you compare it with MQL4 , which one is more complex :D
mostafalotfi:
i found it how to use it , thanks
honestly when you compare it with MQL4 , which one is more complex :D
Honestly you don't have a way to know. You can't see the implementation of iBarShift within mql4.
angevoyageur:
im using iBarshift in MQL4 alot :D
Honestly you don't have a way to know. You can't see the implementation of iBarShift within mql4.
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
could you please let me know how can i find the index number of candles in MQL5 based on a time?