Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 ScottWalsh, Today, 06:52 PM
      4 responses
      32 views
      0 likes
      Last Post ScottWalsh  
      Started by olisav57, Today, 07:39 PM
      0 responses
      4 views
      0 likes
      Last Post olisav57  
      Started by trilliantrader, Today, 03:01 PM
      2 responses
      19 views
      0 likes
      Last Post helpwanted  
      Started by cre8able, Today, 07:24 PM
      0 responses
      6 views
      0 likes
      Last Post cre8able  
      Started by Haiasi, Today, 06:53 PM
      1 response
      5 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Working...
      X