diff --git a/Source/Indicators/JMA_Series.cs b/Source/Indicators/JMA_Series.cs index dfe2bf9a..7cd05316 100644 --- a/Source/Indicators/JMA_Series.cs +++ b/Source/Indicators/JMA_Series.cs @@ -17,7 +17,9 @@ Issues: exact - published JMA tests against JMA.CSV fail with small deviation. The original algo is slightly different, yet this approximation is close enough. - */ + +TODO: buggy - rework +*/ public class JMA_Series : Single_TSeries_Indicator {