Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Can't make indicator against another indicator.

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

    Can't make indicator against another indicator.

    I don't seem to be able to make an indicator against an indicator value.

    In my testing I tried to add an SMA 20 against the MACD Difference, I could only select Close.

    #2
    Hello RogerYork,

    Thank you for your note.

    I’ve provided a link which demonstrates the instructions below.
    Free online storage and sharing with Screencast.com. 2 GB of storage and 2 GB of bandwidth per month for free. We won't compress, alter or take ownership of your content.


    Directions: You can make an indicator that has one indicator (SMA) reference another indicator (MACD). To build this code I opened the Strategy Wizard under Control Center>Tools>New NinjaScript>Strategy. Then on the Conditions and Actions page, under Conditions>New then I selected SMA under Indicators. I then set the input series to the MACD and plot to diff. I pressed OK, OK, then hit unlock code to see what this code looks like. I then copied the code and posted it in my indicator (which I’ve attached).

    Code I set the indicator plot to:
    Plot0.Set(SMA(MACD(12, 26, 9).Diff, 20)[0]);

    Please let us know if you need further assistance.
    Attached Files
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      Hello RogerYork,

      In the event I misunderstood your question, and you meant how do you add an indicator with another indicator selected as the input series, to a chart, for that you would right click on the Chart>Indicator>SMA (For example)>Then next to Input Series hover your mouse and you’ll see “…”, click that, then you’ll be given the option to switch the input to another indicator.

      I’ve provided a Youtube link below covering how to do this.
      Download NinjaTrader FREE at http://www.ninjatrader.comThis video demonstrates how to plot an indicator based on the value of another indicator on a chart wi...


      Please let us know if you need further assistance.
      Alan P.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by lightsun47, Today, 03:51 PM
      0 responses
      5 views
      0 likes
      Last Post lightsun47  
      Started by 00nevest, Today, 02:27 PM
      1 response
      10 views
      0 likes
      Last Post 00nevest  
      Started by futtrader, 04-21-2024, 01:50 AM
      4 responses
      46 views
      0 likes
      Last Post futtrader  
      Started by Option Whisperer, Today, 09:55 AM
      1 response
      14 views
      0 likes
      Last Post bltdavid  
      Started by port119, Today, 02:43 PM
      0 responses
      10 views
      0 likes
      Last Post port119
      by port119
       
      Working...
      X