Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Alerts window

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Alerts window

    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);
    Attached Files

    #2
    Please try this: does clicking in the "Time" column header should sort the grid rows as expected, no?

    Comment


      #3
      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.

      Comment


        #4
        Right. As with most grids in NT most current rows are inserted on top.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Lcorreia82, Yesterday, 12:37 AM
        2 responses
        18 views
        0 likes
        Last Post Lcorreia82  
        Started by WaleeTheRobot, 04-28-2024, 04:42 PM
        1 response
        20 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by burtoninlondon, Today, 10:13 AM
        1 response
        14 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by ezrollin, 02-26-2022, 11:14 PM
        11 responses
        218 views
        0 likes
        Last Post kenz987
        by kenz987
         
        Started by Ticks_66, Today, 09:50 AM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_Erick  
        Working...
        X