mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
feat: Enhance volume indicators with ADOSC and SSF implementation and validation
This commit is contained in:
@@ -184,6 +184,8 @@ public class GBM : IFeed
|
||||
{
|
||||
if (count <= 0)
|
||||
throw new ArgumentException("Count must be positive", nameof(count));
|
||||
if (interval <= TimeSpan.Zero)
|
||||
throw new ArgumentOutOfRangeException(nameof(interval), "Interval must be positive");
|
||||
|
||||
var series = new TBarSeries(count);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user