Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Max/Min of last 26 Bars

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

    Max/Min of last 26 Bars

    Hi im trying to create an indicator that displays me the highest or lowest value of the last 26 items.
    i tried it that way:

    But it always looks like that:
    Click image for larger version  Name:	Oszi.jpg Views:	1 Size:	125.6 KB ID:	1070725

    i dont know why it always jumps back to 0 instead od showing a proper line.

    Can you please help me? I spent about 6 hours trying to get it to work but im not able to^^
    Last edited by Branpo; 09-15-2019, 03:05 PM.

    #2
    Hi Branpo, thanks for your post.

    It looks like this is happening because your picking to fill values for Values[5] or Values[6] and not setting a value for each of them on every bar. Also, try zooming into the data on the y axis. Is the value actually 0 or is it some number close to 0? You can also Print out whatever cotDataList[i] is on every bar to see why its getting plotted this way. e.g. Print(cotDataList[i].Max); and Print(otDataList[i].Min);

    I look forward to hearing of your results.

    Comment


      #3
      Hi ChrisL,
      thank you for your fast reply!
      Attached Files
      Last edited by Branpo; 09-15-2019, 03:05 PM.

      Comment


        #4
        Hello Branpo, thanks for your reply.

        It seems to be a problem with the LINQ statement, but LINQ assistance is beyond the scope of support I can provide. From what I can see, it looks like using Min and Max are giving you one value for a whole week and that value is the same for each bar, causing the zig-zagging line, or something along those lines. I would be happy to run your code on my end. Just send the required materials to platformsupport at ninjatrader.com and reference "ATTN ChrisL 2275050". See here for instructions on Exporting.

        Best regards.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        601 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        347 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        559 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        558 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X