From bf932b5e04507fc4487f0d234190859ce3cf55a2 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 26 Sep 2024 05:39:36 -0700 Subject: [PATCH] Remove unnecessary comment from %B indicator --- indicators/%b/PercentB.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/indicators/%b/PercentB.cs b/indicators/%b/PercentB.cs index 42582c7..3889298 100644 --- a/indicators/%b/PercentB.cs +++ b/indicators/%b/PercentB.cs @@ -21,7 +21,6 @@ using NinjaTrader.Core.FloatingPoint; using NinjaTrader.NinjaScript.DrawingTools; #endregion -//This namespace holds Indicators in this folder and is required. Do not change it. namespace NinjaTrader.NinjaScript.Indicators { [CategoryOrder("Bollinger Bands", 1)]