From 7456b4a4010e943ac813141222205aeaf3ae66e9 Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Sun, 6 Nov 2022 17:45:15 -0800 Subject: [PATCH] Json dependency fix --- Source/Indicators/JMA_Series.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {