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 rbeckmann05, Yesterday, 06:48 PM
      1 response
      12 views
      0 likes
      Last Post bltdavid  
      Started by llanqui, Today, 03:53 AM
      0 responses
      6 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by burtoninlondon, Today, 12:38 AM
      0 responses
      10 views
      0 likes
      Last Post burtoninlondon  
      Started by AaronKoRn, Yesterday, 09:49 PM
      0 responses
      15 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Yesterday, 08:42 PM
      0 responses
      11 views
      0 likes
      Last Post carnitron  
      Working...
      X