Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Syntax Question

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

    Syntax Question

    Is it possible to change this line :

    Add(new Plot(new Pen(Color.Gray,1), PlotStyle.Line,"OR-Mid"));

    To something that will plot all the way to the right edge of the chart ? Tried "PlotStyle.HLine" but didn't work.

    Thanks

    #2
    Hello T2020,
    HLine will plot a horizontal line and will work fine. Please try the below code and see if you can get it work.
    Code:
    Add(new Plot(new Pen(Color.Gray,1), PlotStyle.HLine,"OR-Mid"));
    Please make sure to re-apply the indicator once you made the changes in the indicator.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Thanks , but still only plots to the latest candle on the chart. ..... ?? re complied , refreshed the chart and also re applied the indicator.

      Comment


        #4
        Hello T2020,
        To assist you further can you please send a toy NinjaScript code* replicating the behavior to support[AT]ninjatrader[DOT]com

        Please append Attn:Joydeep in the subject line of the email and give a reference of this thread in the body of the email.

        I look forward to assisting you further.

        *The "toy" just means something that is a stripped down version that isn't necessarily the whole logic. It makes things easier to rout out.
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by benmarkal, Yesterday, 12:52 PM
        3 responses
        22 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by helpwanted, Today, 03:06 AM
        1 response
        16 views
        0 likes
        Last Post sarafuenonly123  
        Started by Brevo, Today, 01:45 AM
        0 responses
        11 views
        0 likes
        Last Post Brevo
        by Brevo
         
        Started by aussugardefender, Today, 01:07 AM
        0 responses
        6 views
        0 likes
        Last Post aussugardefender  
        Started by pvincent, 06-23-2022, 12:53 PM
        14 responses
        244 views
        0 likes
        Last Post Nyman
        by Nyman
         
        Working...
        X