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 trilliantrader, 04-18-2024, 08:16 AM
        4 responses
        18 views
        0 likes
        Last Post trilliantrader  
        Started by mgco4you, Today, 09:46 PM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by wzgy0920, Today, 09:53 PM
        0 responses
        9 views
        0 likes
        Last Post wzgy0920  
        Started by Rapine Heihei, Today, 08:19 PM
        1 response
        10 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by Rapine Heihei, Today, 08:25 PM
        0 responses
        10 views
        0 likes
        Last Post Rapine Heihei  
        Working...
        X