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 futtrader, 04-21-2024, 01:50 AM
      4 responses
      41 views
      0 likes
      Last Post futtrader  
      Started by Option Whisperer, Today, 09:55 AM
      1 response
      11 views
      0 likes
      Last Post bltdavid  
      Started by port119, Today, 02:43 PM
      0 responses
      7 views
      0 likes
      Last Post port119
      by port119
       
      Started by Philippe56140, Today, 02:35 PM
      0 responses
      7 views
      0 likes
      Last Post Philippe56140  
      Started by 00nevest, Today, 02:27 PM
      0 responses
      7 views
      0 likes
      Last Post 00nevest  
      Working...
      X