Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Create a condition that will hold a position for X days

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

    Create a condition that will hold a position for X days

    how do you use the condition builder to create a constraint that tells the system to hold a stock for X amount of days before it will sell?

    #2
    Hello bluhmjo,

    Thanks for the post and welcome to the NinjaTrader forums. There is a built in method BarsSinceEntry() (found in Misc section), which you can use as a condition for your exit.

    If your strategy interval is day, then you can use this exactly to represent days. If it's any other interval, you could do some quick math to find out the number of bars per day. This will vary based on the instrument and trading hours (controlled by session template).

    More control is possible with custom coding, where you can take advantage of C# built in DateTime methods and create conditions using days.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      wow! easy!! thanks Ryan

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by zstheorist, Today, 07:52 PM
      0 responses
      3 views
      0 likes
      Last Post zstheorist  
      Started by pmachiraju, 11-01-2023, 04:46 AM
      8 responses
      149 views
      0 likes
      Last Post rehmans
      by rehmans
       
      Started by mattbsea, Today, 05:44 PM
      0 responses
      5 views
      0 likes
      Last Post mattbsea  
      Started by RideMe, 04-07-2024, 04:54 PM
      6 responses
      33 views
      0 likes
      Last Post RideMe
      by RideMe
       
      Started by tkaboris, Today, 05:13 PM
      0 responses
      5 views
      0 likes
      Last Post tkaboris  
      Working...
      X