Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to code time?

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

    How to code time?

    How Can I code my strategy to stop trading my 3:30pm EST to 6:30pm EST?

    #2
    Hello priceisking,

    Thank you for the post.

    Please see this reference sample that shows how to limit trading hours:



    Please let me know if I can assist further.

    Comment


      #3
      Originally posted by priceisking View Post
      How Can I code my strategy to stop trading my 3:30pm EST to 6:30pm EST?
      Hi, i have a same Question. you can setup it?

      Comment


        #4
        Hello andarbe,

        Thanks for the post.

        You can use this bit of code at the top of your OnBarUpdate method.

        Code:
        if ((ToTime(Time[0]) >= 153000 && (ToTime(Time[0]) <= 183000)))
            return;
        Please let me know if I can assist further.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        94 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        51 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        80 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        75 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        62 views
        0 likes
        Last Post CarlTrading  
        Working...
        X