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

using BackBrush function question

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

    using BackBrush function question

    attaching the code file and screenshot of what I would like to do...

    so I've got the backbrush lines on the chart, sort of... they are stuck on the indicator part of the chart. I would like to get them up on the price panel. Ideally, I would like to put in a check box or something and have the ability to be able to switch the option on and off of having the backbrush visible. But for know it would be nice to just have it on the price panel. Any help would be appreciated. Thanks.
    Attached Files

    #2
    Hello tvaughan4,

    Thanks for your post.

    You can use BackBrushAll to show the back panel color in both the price panel and well all panels of the chart.
    Reference: https://ninjatrader.com/support/help...ckbrushall.htm

    For the check box, you would need an input that is set-up as bool as this provides the check box. Your logic to then code the BcakBrushAll can be bypassed according to the state of the bool.
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by bmartz, 03-12-2024, 06:12 AM
    4 responses
    31 views
    0 likes
    Last Post bmartz
    by bmartz
     
    Started by Aviram Y, Today, 05:29 AM
    4 responses
    12 views
    0 likes
    Last Post Aviram Y  
    Started by algospoke, 04-17-2024, 06:40 PM
    3 responses
    28 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by gentlebenthebear, Today, 01:30 AM
    1 response
    8 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by cls71, Today, 04:45 AM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X