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 CarlTrading, 03-31-2026, 09:41 PM
          1 response
          156 views
          1 like
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          90 views
          1 like
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          138 views
          2 likes
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          130 views
          1 like
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          107 views
          0 likes
          Last Post CarlTrading  
          Working...
          X