Re-order parameters in 2-Period RSI strategy
This commit is contained in:
parent
dd81bd6178
commit
509177df16
@ -17,8 +17,8 @@ namespace NinjaTrader.NinjaScript.Strategies
|
|||||||
{
|
{
|
||||||
if (State == State.SetDefaults)
|
if (State == State.SetDefaults)
|
||||||
{
|
{
|
||||||
Description = @"Taken from chapter 9 of Short Term Trading Strategies That Work";
|
|
||||||
Name = "2 Period RSI";
|
Name = "2 Period RSI";
|
||||||
|
Description = @"Taken from chapter 9 of Short Term Trading Strategies That Work";
|
||||||
Calculate = Calculate.OnBarClose;
|
Calculate = Calculate.OnBarClose;
|
||||||
EntriesPerDirection = 1;
|
EntriesPerDirection = 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user