Commit Graph

7 Commits

Author SHA1 Message Date
Douglas Stridsberg efdcc4eab3 ArgumentException changed to ArgumentOutOfRangeException 2019-07-07 15:28:21 +01:00
Douglas Stridsberg b350dd99a8 Formatting changes 2019-07-07 14:22:05 +01:00
Douglas Stridsberg 70edce26ef Made RollingWindow exceptions more verbose
This should help users better understand the source of their RollingWindow errors.
2019-07-07 14:13:22 +01:00
Martin Molinero f1ad9fb1f9 RollingWindow Size does not capture read lock
- Set `RollingWindow` `Size` int property at construction and avoid
capturing the read lock.
2019-02-20 14:32:01 -03:00
Stefano Raggi a4ffef3ff4 Update check in RollingWindow.MostRecentlyRemoved 2017-01-25 19:07:31 +01:00
Stefano Raggi 20ace75430 RollingWindow(N) now becomes ready after N additions
Previously it became ready only after N+1 additions.
Also updated all indicators dependent on this behavior of RollingWindow.
2017-01-25 18:41:40 +01:00
Michael Handschuh 4a8e3612e9 Move RollingWindow<T> to Common/Indicators 2016-04-05 21:54:50 -04:00