Calculate ConnorsRSI on each price change rather than each new bar
This commit is contained in:
parent
b32cab9b7f
commit
b76e43d3d9
@ -28,7 +28,7 @@ namespace NinjaTrader.NinjaScript.Indicators
|
||||
{
|
||||
Description = @"Credit to Larry Connors";
|
||||
Name = "ConnorsRSI";
|
||||
Calculate = Calculate.OnBarClose;
|
||||
Calculate = Calculate.OnPriceChange;
|
||||
IsOverlay = false;
|
||||
DisplayInDataBox = true;
|
||||
DrawOnPricePanel = true;
|
||||
|
Loading…
Reference in New Issue
Block a user