PDA

View Full Version : Alerts window


grd974
06-27-2007, 10:50 PM
Something is wrong with my time column : instead of sorting out data upon time stamp, my data rows are mixed up. The alert comes from the Market Analyzer where I use the following indicator :

if (High[0] == MAX(High, 34)[0])
Alert("AlertHL", NinjaTrader.Cbi.Priority.High, "new H34", "UpMFT.wav", 10, Color.LimeeGreen, Color.Black);
else if (Low[0] == MIN(Low, 34)[0])
Alert("AlertHL", NinjaTrader.Cbi.Priority.High, "new L34", "DnMFT.wav", 10, Color.HotPink, Color.Black);

NinjaTrader_Dierk
06-28-2007, 12:21 AM
Please try this: does clicking in the "Time" column header should sort the grid rows as expected, no?

grd974
06-28-2007, 10:10 PM
Yes, it does but the correct display does not hold : a few seconds later, a new coming signal add a row which sets everything upside down again and I can't keep on sorting out my Alerts window while the market is going on.
I remember it used to work fine and I did not change anything on my PC.

NinjaTrader_Dierk
06-29-2007, 12:24 AM
Right. As with most grids in NT most current rows are inserted on top.