Re-order parameters in 2-Period RSI strategy

This commit is contained in:
moshferatu 2025-01-02 08:55:27 -08:00
parent dd81bd6178
commit 509177df16

View File

@ -17,8 +17,8 @@ namespace NinjaTrader.NinjaScript.Strategies
{
if (State == State.SetDefaults)
{
Description = @"Taken from chapter 9 of Short Term Trading Strategies That Work";
Name = "2 Period RSI";
Description = @"Taken from chapter 9 of Short Term Trading Strategies That Work";
Calculate = Calculate.OnBarClose;
EntriesPerDirection = 1;