[Update to Asian session handling in the MT5 bot](https://freelancer.com/projects/40708465.html)
— · — · Telegram
[Update to Asian session handling in the MT5 bot](https://freelancer.com/projects/40708465.html)
Hi, I need a modification to the bot regarding how it handles the Asian session.
Note: 22:00-08:00 is just an example, the session time is something I set directly in the bot's settings (it needs to stay configurable, not hardcoded).
Right now the bot does two things together, tied to each other:
Blocks trading during the configured session hours
Records the high and low of that time window, and uses that range as "confirmation": the bot only opens a trade if price breaks above or below that range (basically it waits for the breakout to confirm the trend, similar to an Asian session manipulation/liquidity grab strategy)
What I'd like:
I want these two functions to become independent from eac...