RearmAlert()
<< Click to Display Table of Contents >> RearmAlert() |
Rearms an existing alert event by the string "id" parameter created via the AlertCallback() method. A NinjaScript generated alert by may need to be rearmed after the alert is triggered depending on the Alert()'s rearmSeconds parameter.
Note: The NinjaScriptBase has a non-static method implemented with the same name. Please see the RearmAlert() method for Indicator or Strategies. |
This method does not return a value.
NinjaTrader.NinjaScript.Alert.RearmAlert(string id)
id |
A unique string id representing an alert id to reset |
if (resetCondition) |