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

indicators and drawing / plotting

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

    indicators and drawing / plotting

    Hi

    I have created an indicator that overlays on the price. What I would like to do is get different values to also plot onto an attached indicator below.

    So for example I have a chart GBPUSD and a CCI indicator.

    Now when my indicator plots a value, say High[0], onto the chart (panel 1) I need it to also plot a different value, say 96, onto the CCI indicator (panel 2).

    Can this be achieved inside the code of a single indicator or do I need to almost replicate my code and create 2 indicators?

    Thanks

    #2
    Hello,

    Thank you for the post.

    What you want to do is possible only from a Strategy specifically, otherwise two indicators would be needed. Because a Strategy can add indicators, you could add two indicators and add them one as Overlay = true and one as Overlay = false. This would likely be the only supported way to add two panels for indicators. Otherwise, an indicator follows its panel and would plot in that panel exclusively.

    We have a sample of the strategy plot concept here: http://ninjatrader.com/support/forum...ead.php?t=6651

    I look forward to being of further assitance.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by andrewtrades, Today, 04:57 PM
    1 response
    8 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by chbruno, Today, 04:10 PM
    0 responses
    6 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Started by josh18955, 03-25-2023, 11:16 AM
    6 responses
    436 views
    0 likes
    Last Post Delerium  
    Started by FAQtrader, Today, 03:35 PM
    0 responses
    7 views
    0 likes
    Last Post FAQtrader  
    Started by rocketman7, Today, 09:41 AM
    5 responses
    19 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X