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

Prevent Draw Objects on Certain Charts when using IsGlobal

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

    Prevent Draw Objects on Certain Charts when using IsGlobal

    Good Morning,
    I'm using the following snippet for a ray which has the bool IsGlobal property set to true:

    Code:
    Draw.Ray(this,"ray1",1,CurrentOpen+5*TickSize,-5,CurrentOpen+5*TickSize,true,"RayWhite");
                        ​
    This works fine on all my open charts (qty 3). Is there a way to "prevent" the object from appearing on a certain timeframe chart (say 15 minute)?

    Thanks,
    kz

    #2
    Hello zeller4,

    Thank you for your inquiry.

    isGlobal set to true will cause the draw object to appear globally across all charts which match the instrument. There is no way to prevent this setting from appearing on a certain time frame chart in code.

    You can however uncheck the 'Show global draw objects' option in the Data Series window for the 15 minute chart to turn them off for that specific chart.

    Edit Data Series Parameters - https://ninjatrader.com/support/help...riesParameters

    Please let us know if you have any other questions.
    Gaby V.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by rhyminkevin, Today, 04:58 PM
    4 responses
    52 views
    0 likes
    Last Post dp8282
    by dp8282
     
    Started by iceman2018, Today, 05:07 PM
    0 responses
    5 views
    0 likes
    Last Post iceman2018  
    Started by lightsun47, Today, 03:51 PM
    0 responses
    7 views
    0 likes
    Last Post lightsun47  
    Started by 00nevest, Today, 02:27 PM
    1 response
    14 views
    0 likes
    Last Post 00nevest  
    Started by futtrader, 04-21-2024, 01:50 AM
    4 responses
    50 views
    0 likes
    Last Post futtrader  
    Working...
    X