Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

One Trade Per Day

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

    One Trade Per Day

    Is there an easy way to add an input to an existing strategy to select the number of trades per day? I would like to test a specific number of trades per day starting with 1 trade per day.

    Thank you.

    #2
    Hello JerryA,

    Thank you for your post.

    The ease of implementing will depend on your knowledge of NinjaScript. You would use Bars.FirstBarOfSession and a user defined input.

    Bars.FirstBarOfSession: http://www.ninjatrader.com/support/h...ncesession.htm

    Information on user defined input: http://www.ninjatrader.com/support/f...ead.php?t=5782

    Please let me know if you have any questions.

    Comment


      #3
      Hi Jerry,

      I would simply add a parameter of how many trades per day you want to do.

      Then I would use OnPositionUpdate to increment a variable everytime my position goes from flat to something. In addition to this, OnBarUpdate I would reset that variable each time Bars.GetTimeEnd(CurrentBar).Day != Bars.GetTimeEnd(CurrentBar - 1).Day.

      Needless to say that you must have CurrentBar > 0 and that you will enter a trade only if your variable is < how many trades you want to take in a day.

      Cheers!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      50 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      22 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      16 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      22 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      23 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X