From 32f0a6388efc15ada5d74c73985b17e03b4699fa Mon Sep 17 00:00:00 2001 From: moshferatu Date: Mon, 6 Jan 2025 10:22:54 -0800 Subject: [PATCH] Remove unnecessary comment from SuperSmoother indicator --- indicators/super-smoother/SuperSmoother.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/indicators/super-smoother/SuperSmoother.cs b/indicators/super-smoother/SuperSmoother.cs index dad8f24..ccfcb4e 100644 --- a/indicators/super-smoother/SuperSmoother.cs +++ b/indicators/super-smoother/SuperSmoother.cs @@ -6,7 +6,6 @@ using NinjaTrader.Gui; using NinjaTrader.Gui.Chart; #endregion -//This namespace holds Indicators in this folder and is required. Do not change it. namespace NinjaTrader.NinjaScript.Indicators { [CategoryOrder("SuperSmoother", 1)]