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 vitaly_p, Yesterday, 05:09 PM
    4 responses
    33 views
    0 likes
    Last Post vitaly_p  
    Started by PaulMohn, 04-24-2024, 03:49 AM
    3 responses
    34 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by lightsun47, Today, 11:37 AM
    0 responses
    3 views
    0 likes
    Last Post lightsun47  
    Started by bortz, 11-06-2023, 08:04 AM
    50 responses
    1,773 views
    0 likes
    Last Post carnitron  
    Started by Atlant, Today, 09:23 AM
    2 responses
    12 views
    0 likes
    Last Post Atlant
    by Atlant
     
    Working...
    X