if ( condition )
{
// Generates an alert
Alert("myAlert", NinjaTrader.Cbi.Priority.High, "Delta, Tick Divergence", "Alert4.wav", 1, trade.BackColor, trade.TickForeColor);
Print("Alerted");
}
See the attached pics. I have the alert within the onMarketData event on a 60 minute chart. Ideally, it would show every alert I trigger.
Any thoughts on why it only shows the first?
Thanks
Pete

Comment