Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

indicator on indicator

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

    indicator on indicator

    Hi,

    I need to overlay stochastic on AC for a strategy.
    I found a thread on this topic, suggesting making dataseries for stochastic, but I had difficulties with programming it.
    Is it possible to make it with the wizard ?
    Lets say at condition builder using AC value for stochastic input series ?
    Would look like this:
    // Condition set 1
    if (CrossAbove(Stochastics(AC().ACValue, 5, 3, 4).D, 20, 1))
    Since NT plots those two indicators in a separate panel, I don't have any visual confirmation on this. Is it possible to plot them in the same panel ?
    Is the code right like this ?

    thanks
    Jose

    #2
    Unfortunately overlaying indicators will only be available in NT7.

    Stochastics likely does NOT take an actual value as an input. You need to send the whole AC() series for it to run the Stochastics off of. AC() is provided as a 3rd party indicator and we would not be able to provide much guidance on it.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      I see...
      When do you think NT 7 will be issued ?

      Comment


        #4
        Beta slotted for around end of Q2.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by rocketman7, Today, 02:12 AM
        2 responses
        16 views
        0 likes
        Last Post rocketman7  
        Started by briansaul, Today, 05:31 AM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by PaulMohn, Today, 03:49 AM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by frslvr, 04-11-2024, 07:26 AM
        6 responses
        106 views
        1 like
        Last Post NinjaTrader_BrandonH  
        Started by trilliantrader, 04-18-2024, 08:16 AM
        6 responses
        26 views
        0 likes
        Last Post trilliantrader  
        Working...
        X