[0.1.1](https://github.com/areed1192/python-trading-robot/compare/v0.1.0...v0.1.1) (08-29-2020)
Enhancements
- Added functionality that will allow users to compare one indicator to another when creating a signal. For example, having the `sma` greater than the `ema`.
Bug Fixes
- Fixed an issue where the `get_latest_bar` function was incorrectly calculating the end date and start date.