1988ad1ae5
* test * wip * Revert "Fix duplicated history entries when contains daylight saving time change (#4700)" Use proper rounding down * regression test * remove unused parameters * more tests * fix name and comment * improve regression test * more tests: oanda market hours * re-apply Exchange TZ to bar EndTime * fix expected results * we can't substract minute because it can harm algorithm on minute resolution; so we could use tick? * rename prop: conflict with QCAlgorithm.StartDate * do not log messages to pass travis ci log limit * assign loghandler in AlgorithmSetupHandler * reference to PR for more description * due to https://github.com/QuantConnect/Lean/pull/5039 we don't need to override it manually