Add description to ConnorsRSI strategy

This commit is contained in:
moshferatu 2024-08-28 12:15:45 -07:00
parent cc8930db67
commit e88805509a

View File

@ -16,7 +16,7 @@ namespace NinjaTrader.NinjaScript.Strategies
{
if (State == State.SetDefaults)
{
Description = @"";
Description = @"Strategy based on the ConnorsRSI indicator developed by Larry Connors";
Name = "Connors RSI Bot";
Calculate = Calculate.OnBarClose;
EntriesPerDirection = 1;