Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Compare bar time to session end time

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

    Compare bar time to session end time

    I am trying to not submit an order at the end of a trading session time (which is set in the strategy Time Frame parameter list). I tried the following if statement but received an error that said I could not compare the two. How would I do this?

    if (ToTime(Time[0]) == Bars.SessionEnd.TimeOfDay)

    #2
    Code:
    if (ToTime(Time[0]) == ToTime(Bars.SessionEnd))
    You may also find this reference sample useful for what you are trying to do: http://www.ninjatrader-support.com/v...ead.php?t=3226
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Hi,
      I tried implementing the code you mentioned above but am getting the following error:

      'NinjaTrader.Data.Bars' does not contain a definition for 'SessionEnd' and no extension method 'SessionEnd' accepting a first argument of type 'NinjaTrader.Data.Bars' could be found (are you missing a using directive or an assembly reference?)

      Can you please advise? I would like to be able to have my system stop trading before end of day. (Dont want to use 4pm comparison as some sessions end earlier)
      Thx

      Comment


        #4
        nightriderx, are you attempting to work with this snippet in 6.5 or 7?
        BertrandNinjaTrader Customer Service

        Comment


          #5
          with NT7
          thx!

          Comment


            #6
            Ok, for NT7 please use this revised method of accessing the session begin / end times of the applied session template you're using -

            BertrandNinjaTrader Customer Service

            Comment


              #7
              With respect, Bertrand, y'all need to correct that link. I've been told that NT7 should not use Bars.SessionBreak but should use Bars.FirstBarOfSession instead.

              Comment


                #8
                Lost Trader,

                It has already been corrected for the next Help Guide version.
                Josh P.NinjaTrader Customer Service

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by xiinteractive, 04-09-2024, 08:08 AM
                4 responses
                12 views
                0 likes
                Last Post xiinteractive  
                Started by Mupulen, Today, 11:26 AM
                0 responses
                1 view
                0 likes
                Last Post Mupulen
                by Mupulen
                 
                Started by Sparkyboy, Today, 10:57 AM
                1 response
                5 views
                0 likes
                Last Post NinjaTrader_Jesse  
                Started by swestendorf, Today, 11:14 AM
                2 responses
                4 views
                0 likes
                Last Post NinjaTrader_Kimberly  
                Started by TheMarlin801, 10-13-2020, 01:40 AM
                21 responses
                3,917 views
                0 likes
                Last Post Bidder
                by Bidder
                 
                Working...
                X