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

Help with adding upper and lower lines to indicator

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

    Help with adding upper and lower lines to indicator

    New to Ninjascript and trying to add upper and lower lines to this oscillator. Could someone help me? Want to add +45 and -45 lines similar to the 80/20 in Stochastics. Indicator from 6.5

    ****** REI

    #2
    Welcome to NinjaScript, you could simply add those below your indicator Initialize() and then recompile the changes in by pressing F5 in the editor:

    Add(new Line(Color.Blue, -45, "Lower"));
    Add(new Line(Color.Blue, 45, "Upper"));
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by jordanq2, Today, 03:10 PM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by arvidvanstaey, Today, 02:19 PM
    2 responses
    8 views
    0 likes
    Last Post arvidvanstaey  
    Started by traderqz, Today, 12:06 AM
    10 responses
    18 views
    0 likes
    Last Post traderqz  
    Started by algospoke, 04-17-2024, 06:40 PM
    5 responses
    46 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by mmckinnm, Today, 01:34 PM
    3 responses
    6 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X