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 everyone,
I’m using the official MetaTrader5 Python package and trying to retrieve per-day quote/trade session time windows for symbols.
From MQL5 docs, I can see session window functions exist:
In Python docs, I’m using symbol_info():
My findings in Python (MetaTrader5 package version 5.0.5640):
"session_quote_windows": {}, "session_trade_windows": {}
So I currently cannot get weekday session windows from Python the same way MQL5 can.
Questions:
Use case: strategy/backtest session-aware rules (e.g., exchange/session-specific ORB windows) need reliable per-symbol session-time metadata. Especially in regards to the upcoming change in daylights savings time.
Thanks!