
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 @Carl Schreiber
There used to be methods to find First Bar and Last Bar of the day, do they still exist somewhere in your lib(s)? If true please share the link.
I remembered one of your post stating that they no longer works with updated Mql5 version, but not sure about it.
I am preparing a solution but I am packed with a range of jobs with deadlines...
I am preparing a solution but I am packed with a range of jobs with deadlines...
Thanks for reply and your consideration @Carl Schreiber
Hi @Carl Schreiber
I found your code useful!
I needed to write a function to convert between two time zones and used your code. I thought I would share my function here in case you or others can make use of it:
#include <DealingWithTime.mqh>
Cheers
Also, some brokers have an incorrect method of switching from summer to winter time and vice versa, so this indicator won't work as well.
You can check your broker with this script: https://www.mql5.com/en/code/55056
Again, it is based on Forex and not cryptocurrencies.