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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      51 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      32 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      99 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      177 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      170 views
      0 likes
      Last Post CarlTrading  
      Working...
      X