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

setting a line to the stderror lower line

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

    setting a line to the stderror lower line

    i know that this will set sMA to a SMA.
    sMA.Set(SMA(iSMAPeriod)[
    0]);

    but what i need to know is how to set it the lower line of the stderror indicator.

    #2
    Hello cbart_1,

    If lowerline is a plot you can access this without having to do anything additional to stderror indicator.

    If it's not a plot, you can access it following principles of this sample:
    Exposing indicator values that are not plots
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      im making an indicator but i need the just the one line for the indicator im making. Really i have another indicator that is similar to the stderror that has multiple lines but i just need one of them to plot in the indicator im making.
      Last edited by cbart_1; 12-01-2010, 04:01 PM.

      Comment


        #4
        If you're looking for help with syntax, it may help to use the strategy wizard condition builder to construct in point and click interface. You can then view the code.

        An example of setting a value of a multi-plot indicator:
        Value.Set(Bollinger(2, 14).Upper[0]);
        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by AttiM, 02-14-2024, 05:20 PM
        12 responses
        213 views
        0 likes
        Last Post DrakeiJosh  
        Started by cre8able, 02-11-2023, 05:43 PM
        3 responses
        237 views
        0 likes
        Last Post rhubear
        by rhubear
         
        Started by frslvr, 04-11-2024, 07:26 AM
        8 responses
        117 views
        1 like
        Last Post NinjaTrader_BrandonH  
        Started by stafe, 04-15-2024, 08:34 PM
        10 responses
        47 views
        0 likes
        Last Post stafe
        by stafe
         
        Started by rocketman7, Today, 09:41 AM
        3 responses
        12 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X