Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Entering a trade in the last minute of a 3 minute-bar

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

    #16
    Yes this is what I needed. I just need to comparte alert with current: if (current>alert) ... to filter the enter only in the third minute of the bar.

    Many many thanks

    Comment


      #17
      Sangui,

      No problem.

      Please don't hesitate to contact use should your require additional assistance.
      Adam P.NinjaTrader Customer Service

      Comment


        #18
        Is there any way to adapt the code to be working also in MARKET REPLAY?. Since the time in market replay doesn't match with the realtime (normally) the code will not work. I need this because I test the system in market replay before doing it in realtime.

        An idea would be to start the counter in 0 instead of doing it with the current time and consider the different witht the alert with 2 minutes. But how could be the code for it?

        Thanks and Regards,
        Jose

        Comment


          #19
          Hi Adam,

          I have solved it in a very easy way:

          if (Bars.PercentComplete >= .67) DrawTextFixed("Tpo", "OK", TextPosition.TopRight,Color.Green,arial,Color.Tran sparent,Color.White,5);
          else DrawTextFixed("Tpo", "\n"+"WAIT", TextPosition.TopRight,Color.Black,arial,Color.Tran sparent,Color.White,5);

          I post it here just in case it is useful to someone.

          Regards,

          Comment


            #20
            Thanks for sharing your solution, Sangui. This property below is unsupported but may help you out as well. It's basically the DateTime.Now equivalent for market replay playback:

            Bars.MarketData.Connection.Now
            Ryan M.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            637 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            366 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            107 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            569 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            572 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X