Remove unnecessary comment from Internal Bar Strength Band strategy

This commit is contained in:
moshferatu 2024-11-16 06:43:21 -08:00
parent 26926e66a6
commit c427ace72e

View File

@ -4,7 +4,6 @@ using NinjaTrader.NinjaScript.Indicators;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
#endregion #endregion
//This namespace holds Strategies in this folder and is required. Do not change it.
namespace NinjaTrader.NinjaScript.Strategies namespace NinjaTrader.NinjaScript.Strategies
{ {
public class InternalBarStrengthBandBot : Strategy public class InternalBarStrengthBandBot : Strategy