Re-organize the order that the parameters and plots appear in the Cumulative RSI indicator settings

This commit is contained in:
moshferatu 2024-09-10 08:44:05 -07:00
parent 20ab447cac
commit 3176516358

View File

@ -7,6 +7,8 @@ using System.Windows.Media;
namespace NinjaTrader.NinjaScript.Indicators
{
[CategoryOrder("Cumulative RSI", 1)]
[CategoryOrder("Plots", 2)]
public class CumulativeRSI : Indicator
{
private RSI rsi;