Calculate ConnorsRSI on each price change rather than each new bar

This commit is contained in:
moshferatu 2025-01-08 13:15:47 -08:00
parent b32cab9b7f
commit b76e43d3d9

View File

@ -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;