Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bars.FirstBarOfSession

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

    Bars.FirstBarOfSession

    I am trying to attach a Live Strategy to a chart and want to take certain actions on:

    if (Bars.FirstBarOfSession && CurrentBar > 0)
    {

    }


    This condition never seems to be satisfied even when a new session bar is formed. I am using ES futures so would expect this to be satisfied 1 time each day around 5:15 CET or something.

    Please advice.

    #2
    Hello Newworldguy,

    Thank you for your post.

    Do you have anything inside of the statement?

    If you add in Print("First bar of session"); do you see prints coming to the Output window?
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      of course i did that and no prints :=(

      Comment


        #4
        Newworldguy,

        How many days of data are you loading?

        What time interval are you running this script on?

        Can you attach your script that you are using?
        Cal H.NinjaTrader Customer Service

        Comment


          #5
          I am running 1 minute for 3 days

          Comment


            #6
            Newworldguy,

            I would like you to try two items.

            First, ensure you are connected to your connection

            Second, can you just run a basic script with only the condition and have it print Hello when true
            if(Bars.FirstBarOfSession && CurrentBar > 0)
            Print("hello");
            Cal H.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by charlesugo_1, 05-26-2026, 05:03 PM
            0 responses
            59 views
            0 likes
            Last Post charlesugo_1  
            Started by DannyP96, 05-18-2026, 02:38 PM
            1 response
            143 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 05-11-2026, 05:56 AM
            0 responses
            161 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 05-10-2026, 08:12 PM
            0 responses
            97 views
            0 likes
            Last Post CarlTrading  
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            283 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Working...
            X