Re-organize the order that the parameters and plots appear in the Cumulative RSI indicator settings
This commit is contained in:
parent
20ab447cac
commit
3176516358
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user