
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
I agree with you. Below is what documentation says about ChartSetSymbolPeriod()
ChartSetSymbolPeriod: Changes the symbol and period of the specified chart. The function is asynchronous, i.e. it sends the command and does not wait for its execution completion. The command is added to chart messages queue and will be executed after processing of all previous commands.
The symbol/period change leads to the
re-initialization of the Expert Advisor attached to a chart
Depending on the rules/conditions in the EA this will definitely lead to complications.
Hi, Thank you nice Indicator and code.
But I have Problem.
My broker server timezone is JST.
So I lost monday value in iForexSessions.mq5.
Please tell me modify code.
Hi, Thank you nice Indicator and code.
But I have Problem.
My broker server timezone is JST.
So I lost monday value in iForexSessions.mq5.
Please tell me modify code.
Please run this script from the following link and send me the 'Experts' log in a text file so I can check for a solution.
Thank you reply and comment.
I run week_times.mq5 at EURUS.M1 and H1, XAUUS.M1, XAUUS.H1.
attach this.
Thank you reply and comment.
I run week_times.mq5 at EURUS.M1 and H1, XAUUS.M1, XAUUS.H1.
attach this.
The indicator should draw sessions corectly on your broker's GOLLD charts including Mondays.
However, due to the weired configuration on Forex currency pairs, Mondays are not drawn on EURUSD. The issue has beeen discussed here https://www.mql5.com/en/forum/463955#comment_53124920
The indicator should draw sessions corectly on your broker's GOLLD charts including Mondays.
However, due to the weired configuration on Forex currency pairs, Mondays are not drawn on EURUSD. The issue has beeen discussed here https://www.mql5.com/en/forum/463955#comment_53124920
My broker settings are not correct.
Unfortunately, I would like to modify the code at hand individually. ;-(
I'm seeing a gap at the end of each day, whereas if it's a market week, it should be concurrent, end-to-end displayed.
Occurring on all timeframes:
Update 21 October 2024 - version 1.75
Removed gaps at the end of each day so that sessions bars will be end-to-end displayed.
Updated the 'TimeZoneInfo' library to version 1.90
Forum on trading, automated trading systems and testing trading strategies
Libraries: Local Timezones and Local Session Hours
amrali, 2024.10.21 01:55
Update 21 October 2024 - version 1.90
Improved detection of the GOLD symbol with fallback to EURUSD symbol.
I'm seeing a gap at the end of each day, whereas if it's a market week, it should be concurrent, end-to-end displayed.
Occurring on all timeframes:
Thanks @Christian Edward Bannard!
Fixed in v1.75
Update 22 October 2024 - version 1.77
Updated the 'TimeZoneInfo' library to version 1.93
Forum on trading, automated trading systems and testing trading strategies
Libraries: Local Timezones and Local Session Hours
amrali, 2024.10.22 21:18
Update 22 October 2024 - version 1.93
Faster determination of the server's GMT offset during weekend in live trading.