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 Taddypole, 04-26-2024, 02:47 PM
    2 responses
    12 views
    0 likes
    Last Post Taddypole  
    Started by futtrader, 04-21-2024, 01:50 AM
    6 responses
    58 views
    0 likes
    Last Post futtrader  
    Started by sgordet, Today, 11:48 AM
    0 responses
    4 views
    0 likes
    Last Post sgordet
    by sgordet
     
    Started by Trader146, Today, 11:41 AM
    0 responses
    5 views
    0 likes
    Last Post Trader146  
    Started by jpapa, 04-23-2024, 07:22 AM
    2 responses
    22 views
    0 likes
    Last Post rene69851  
    Working...
    X