Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Exit and Stop Taking Trades Before Market Close

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

    Exit and Stop Taking Trades Before Market Close

    I want to make a logic that stops taking trades between 4 and 6pm est on strategy builder but dont know how to....was thinking of making that time interval not equal to but it seems like thats not it...how can i do this on the strategy builder?

    #2
    Hello rickyblah12,

    You could create this type of condition using the TimeSeries in the builder.

    In each set where you want the trading to be limed, you would need to add two conditions as a condition group, I will provide the steps below. Keep in mind, after making condition groups you can right click ->save as on the group if you need to quickly replicate this in other sets.

    The conditions are as follows, if the time is less than 4 or greater than 6
    1. In a Set page, click Group
    2. Select if "Any" of the conditions are met
    3. Click Add
    4. Select Time -> Time Series Less Time->Time Value and enter 4
    5. Click OK
    6. Click Add
    7. Select Time -> Time Series Greater Time->Time Value and enter 6
    8. Click OK

    You should end up with a condition that brackets the time, it reads as: if the current time is less than 4 or greater than 6, we can trade.



    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by trilliantrader, 04-10-2024, 09:33 PM
    6 responses
    23 views
    0 likes
    Last Post trilliantrader  
    Started by traderqz, Today, 12:06 AM
    5 responses
    9 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by Mongo, Today, 11:05 AM
    2 responses
    9 views
    0 likes
    Last Post Mongo
    by Mongo
     
    Started by guillembm, Today, 11:25 AM
    0 responses
    3 views
    0 likes
    Last Post guillembm  
    Started by Tim-c, Today, 10:58 AM
    1 response
    3 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X