mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 20:18:05 +00:00
normalization of methods
This commit is contained in:
@@ -292,7 +292,7 @@ public class SsfdspValidationTests
|
||||
}
|
||||
|
||||
// TSeries Calculate
|
||||
var tsResult = Ssfdsp.Calculate(tSeries, period);
|
||||
var tsResult = Ssfdsp.Batch(tSeries, period);
|
||||
|
||||
// Streaming
|
||||
var streaming = new Ssfdsp(period);
|
||||
|
||||
Reference in New Issue
Block a user