Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Alert ID

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

    Alert ID

    Quick Question about AlertCallback....

    The docs at http://ninjatrader.com/support/helpG...rtcallback.htm require a "unique" id.

    How unique does this need to be? I want an alert to run on multiple timeframes and instruments.

    Do I need to do something like:


    var alertId = Instrument.Name + BarsPeriod.ToString() + "_MyAlertName"

    or is it sufficient to just use "MyAlertName"?

    #2
    Hello reach4thelasers,

    Thank you for writing in.

    The ID should be unique enough that no other calls contain the same ID, even if its run on a different instrument/timeframe within a different indicators.

    “MyAlertName” would cause issues, and you would be better amending the ID name with a BarsPeriod and instrument name, as you suggested.

    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      Thanks Alan. I went with GetHashCode().ToString() which is unique for every running Indicator instance.

      It might make sense to append the hashcode automatically.... under-the-hood - I can't think of a use-case for having instances of the same indicator running on different timeframes/instruments re-arming each other's alerts.... only lots and lots of problems!!

      At the very least the docs should be clarified on this point.

      Thanks for getting back to me.

      Comment


        #4
        Hello reach4thelasers,

        I have passed your suggestion on to development.

        Please let us know if you need further assistance.
        Alan P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        648 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        369 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        572 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        573 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X