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

How to add Simple Moving Average (SMA) to Indicator

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

    How to add Simple Moving Average (SMA) to Indicator

    Hi,

    I have an indicator I am working that I would like to integrate the SMA into for plotting purposes. I am currently using the plot function (Add (new Plot"""" //within the Initialize section) with a dataseries, but I realize that what I am really looking for is the SMA of this dataseries. I can add it after the fact within the chart, but I would like it to be part of the indicator. What is the best way to add this and is this added into the Initialize section or in the main code? Also, how would I graph both the plot and the SMA at the same time if I wish to do so? Do I need to have multiple dataseries to do this?

    Thanks,

    Lee

    #2
    Hello lee612801,

    It is not possible to add an indicator to another indicator for automatical plotting the way this is possible with strategies.

    If you would like to add an indicator to this indicator, you will need to add a new plot, then set the plot value to the value of the SMA.

    Below is a link to the help guide on Add() for indicators.
    http://www.ninjatrader.com/support/h...es/nt7/add.htm

    Also, below is a link that describes how to call the SMA.
    http://www.ninjatrader.com/support/h...simple_sma.htm
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by rhyminkevin, Today, 04:58 PM
    3 responses
    47 views
    0 likes
    Last Post Anfedport  
    Started by iceman2018, Today, 05:07 PM
    0 responses
    5 views
    0 likes
    Last Post iceman2018  
    Started by lightsun47, Today, 03:51 PM
    0 responses
    7 views
    0 likes
    Last Post lightsun47  
    Started by 00nevest, Today, 02:27 PM
    1 response
    14 views
    0 likes
    Last Post 00nevest  
    Started by futtrader, 04-21-2024, 01:50 AM
    4 responses
    50 views
    0 likes
    Last Post futtrader  
    Working...
    X