mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 02:28:05 +00:00
sdev, psdev, alphavantage
This commit is contained in:
@@ -19,9 +19,6 @@ Issues:
|
||||
|
||||
</summary> */
|
||||
|
||||
/* TODO: This indicator is not calculating results correctly - needs to be debugged */
|
||||
|
||||
/*
|
||||
public class JMA_Series : Single_TSeries_Indicator
|
||||
{
|
||||
private readonly System.Collections.Generic.List<double> vbuffer10;
|
||||
@@ -159,6 +156,4 @@ public class JMA_Series : Single_TSeries_Indicator
|
||||
base.Add(result, update);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user