Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dllud dllud released this 25 Mar 19:59
· 7 commits to master since this release

+ Added RollingPriceChangeAlarm.
+ Added price direction to Alarm.
+ Added wasUpperLimitHit to PriceHitAlarm.
+ Added get[Upper/Lower]Limit to all alarms.
+ Added comparator for alarm's position.
* PriceChangeAlarm now clears its buffer when a new pair is set.
* Notifier class now checks if alarm is on before showing notification.
* Tests with timing now fully working.
* Refactored SerializationTest to remove repeated code.
- Removed PriceHit[Upper/Lower]AlarmTest, duplicates of PriceHitAlarmTest.