Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy performance...to see gain or loss in months and in day

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

    Strategy performance...to see gain or loss in months and in day

    hi..

    i want to do analysis my strategy by the months and the day (Wednesday...friday....)


    it's possible?...i don't see it in Strategy performance
    Attached Files

    #2
    Hello Turbofib,

    Thank you for your note.

    So I may better answer your question, you want to know if its possible to select a specific day of the week and see how your strategy performed on just that day of the week?

    I look forward to your reply.
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      yes...i want it

      Comment


        #4
        Hello turbofib,

        This is currently not possible however I will submit a feature request for this.

        What you could do however is add to your code,
        Code:
        	if (Times[0][0].DayOfWeek != DayOfWeek.Wednesday) return;
        Then run the strategy within the strategy wizard. This will check to if the date is a Wednesday and if not, will return.

        For months, you could add the following,
        Code:
        	if (Time[0].Month != 5) return;
        Which would only run the strategy during the month of May.

        Please let us know if you need further assistance
        Alan P.NinjaTrader Customer Service

        Comment


          #5
          Hello turbofib,

          I have forwarded this request to our development team for future consideration. The feature request ID for this item is SFT-1973.

          Thank you for your feedback.
          Alan P.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          571 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          331 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          549 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          550 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X