Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Custom indicator (T3) not showing

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

    Custom indicator (T3) not showing

    I am new to Ninja script and I would really appreciate if someone could help me figure out what I am doing wrong. This is a smooth version of Tillson T3 indicator and it just does not show up.

    Attached Files

    #2
    Hello Graci117,

    Thanks for your post.

    In your script you will need to assign a value to the plot using the Value[0] = X, where X is the value you assign to the plot.

    This is because you do not have a public Series defined for your plot in your script as seen in the second example on the AddPlot() help guide page.

    For example, see below.

    Value[0] = C1 * E6[0] + C2 * E5[0] + C3 * E4[0] + C4 * E3[0];

    See the help guide pages below for more information:

    Value: https://ninjatrader.com/support/help.../nt8/value.htm
    AddPlot: https://ninjatrader.com/support/help...t8/addplot.htm

    Let me know if I may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    633 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    364 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    567 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    568 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X