Add description to ConnorsRSI strategy
This commit is contained in:
parent
cc8930db67
commit
e88805509a
@ -16,7 +16,7 @@ namespace NinjaTrader.NinjaScript.Strategies
|
|||||||
{
|
{
|
||||||
if (State == State.SetDefaults)
|
if (State == State.SetDefaults)
|
||||||
{
|
{
|
||||||
Description = @"";
|
Description = @"Strategy based on the ConnorsRSI indicator developed by Larry Connors";
|
||||||
Name = "Connors RSI Bot";
|
Name = "Connors RSI Bot";
|
||||||
Calculate = Calculate.OnBarClose;
|
Calculate = Calculate.OnBarClose;
|
||||||
EntriesPerDirection = 1;
|
EntriesPerDirection = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user