Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Script to tell a strategy not to trade during certain hours

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

    Script to tell a strategy not to trade during certain hours

    As part of an IF statement in a strategy, is it possible to instruct the strategy to not look for trades during certain hours. Essentially the code would still be enabled, but the script would instruct it not to trade.

    I'm working a forex strategy, and I don't want the strategy to trade between 3:50pm - 5pm CDT. Is it possible to write something like this into the code?

    #2
    Hello CMillz,

    Yes, this would be possible using a time filter. You could say, if time was outside of this range, return;

    Please see the following reference example,


    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    68 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    43 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    202 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    366 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    285 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X