Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Need Help - Horizontal Line on Indicator

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

    Need Help - Horizontal Line on Indicator

    I am trying to create a strategy that plots a horizontal line on the Momentum indicator, at the peak of a 50 period momentum indicator for the max of the past 12 periods (year). Is there anyway to do this?

    #2
    Seahawk13,

    Thank you for your post.

    You would use the DrawHorizontalLine(). In the overloads for that DrawObject you would use MAX() to get the Max value of the Momentum 12 period.

    Example -
    Code:
    DrawHorizontalLine("MyLine", MAX(Momentum(50)[0], 12), Color.Black);

    DrawHorizontalLine


    Let me know if this is the answer you are looking for.
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      Thanks so much for your help Cal, however is there anyway you can tell me the inputs if I'm using the ninjatrader strategy builder. I am not proficient enough to write my own code yet, thanks again

      Comment


        #4
        Seahawk13,

        The attached picture will get you what you are looking for.

        Let me know if this helps
        Attached Files
        Cal H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

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