Remove max patterns property from indicator configuration as it is only meant to be used in strategies
This commit is contained in:
parent
69453746a1
commit
ddb7d11ce5
@ -183,7 +183,6 @@ namespace NinjaTrader.NinjaScript.Indicators
|
||||
public Stroke BearishLevelStroke { get; set; }
|
||||
|
||||
[Range(0, int.MaxValue)]
|
||||
[Display(Name = "Max Patterns", Description = "Maximum number of patterns to process", Order = 4, GroupName = "3CR")]
|
||||
public int MaxPatterns { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user