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 Hwop38, 05-04-2026, 07:02 PM
      0 responses
      160 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      307 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      244 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      348 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      178 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X