Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Pit Session Alert

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

    Pit Session Alert

    Hi guys

    Have I got this right below?

    My chart is overridden to 24/7 but my instrument for example FESX is setup with Eurex Futures Template in the instrument manager as default, I want an alert to fire when the bar closes on my chart that matches the start time of the session start for the default session against the instrument in instrument manager. Effectively an alert whenver the active session begins for an instrument on a chart that is showing the full 24 hours spectrum. This is the code below I'm thinking will achieve this? Thanks

    if(Time[0]==Instrument.MasterInstrument.Session.NextBeginTim e)
    Alert(etc...)

    #2
    Hello DangerBoy,

    These properties are not supported, although you can check the value used by using a print statement here:
    Print(Instrument.MasterInstrument.Session.NextBegi nTime);

    You may need to hard code the time and use ToTime here. if (ToTime(Time[0]) == 73000)
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Will do, thanks for the tip.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      574 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      333 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      553 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X