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 rtwave, 04-12-2024, 09:30 AM
    4 responses
    30 views
    0 likes
    Last Post rtwave
    by rtwave
     
    Started by yertle, Yesterday, 08:38 AM
    7 responses
    28 views
    0 likes
    Last Post yertle
    by yertle
     
    Started by bmartz, 03-12-2024, 06:12 AM
    2 responses
    21 views
    0 likes
    Last Post bmartz
    by bmartz
     
    Started by funk10101, Today, 12:02 AM
    0 responses
    6 views
    0 likes
    Last Post funk10101  
    Started by gravdigaz6, Yesterday, 11:40 PM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X