mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 13:38:05 +00:00
better EMA
This commit is contained in:
@@ -105,7 +105,7 @@ public class Update {
|
||||
Assert.Equal(lastCalc, QL.Last()); // same data
|
||||
}
|
||||
[Fact] public void COVAR() {
|
||||
COVAR_Series QL = new(d1: bars.High, d2: bars.Low, period: period);
|
||||
COVAR_Series QL = new(d1: bars.High, d2: bars.Low, period);
|
||||
var lastData = bars.Last();
|
||||
var lastCalc = QL.Last();
|
||||
int lastLen = QL.Count;
|
||||
|
||||
Reference in New Issue
Block a user