Add comment explaining the usage of the max patterns property

This commit is contained in:
moshferatu 2024-07-13 05:39:45 -07:00
parent ddb7d11ce5
commit a25747bbb3

View File

@ -45,6 +45,8 @@ namespace NinjaTrader.NinjaScript.Indicators
BarLookback = 5;
BullishLevelStroke = new Stroke(Brushes.LimeGreen, DashStyleHelper.Solid, 2);
BearishLevelStroke = new Stroke(Brushes.Red, DashStyleHelper.Solid, 2);
// For use when backtesting in order to limit the number of patterns processed.
MaxPatterns = 0;
}
if (State == State.DataLoaded)