You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mt5.history_deals_get((datetime.today() - timedelta(days=1)), datetime.now())[-1]
This line will cause index out of range error because datetime use local time zone and mt5 use UTC.