Fix typo in descriptions of Connors VIX Reversal strategies

This commit is contained in:
moshferatu 2024-11-18 19:34:20 -08:00
parent ffe462fb05
commit 1f6e8ea626
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ namespace NinjaTrader.NinjaScript.Strategies
if (State == State.SetDefaults)
{
Name = "Connors VIX Reversal 1";
Description = @"Take from Chapter 2 of Connors on Advanced Trading Strategies (1998) by Larry Connors";
Description = @"Taken from Chapter 2 of Connors on Advanced Trading Strategies (1998) by Larry Connors";
Calculate = Calculate.OnBarClose;
EntriesPerDirection = 1;

View File

@ -17,7 +17,7 @@ namespace NinjaTrader.NinjaScript.Strategies
if (State == State.SetDefaults)
{
Name = "Connors VIX Reversal 2";
Description = @"Take from Chapter 2 of Connors on Advanced Trading Strategies (1998) by Larry Connors";
Description = @"Taken from Chapter 2 of Connors on Advanced Trading Strategies (1998) by Larry Connors";
Calculate = Calculate.OnBarClose;
EntriesPerDirection = 1;

View File

@ -17,7 +17,7 @@ namespace NinjaTrader.NinjaScript.Strategies
if (State == State.SetDefaults)
{
Name = "Connors VIX Reversal 3";
Description = @"Take from Chapter 2 of Connors on Advanced Trading Strategies (1998) by Larry Connors";
Description = @"Taken from Chapter 2 of Connors on Advanced Trading Strategies (1998) by Larry Connors";
Calculate = Calculate.OnBarClose;
EntriesPerDirection = 1;