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

Question about the Instrument Overlay Selector - how to turn off this feature?

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

    Question about the Instrument Overlay Selector - how to turn off this feature?

    Instant instrument switching has been added to all trading and trade-analysis windows, significantly reducing the time it takes to switch an interface from one market to the next. As soon as i begin to type this window opens. I'd like to be able to turn off this feature so that i can detect certain keys which are pressed to set certain behaviors with Ninjascript. Is this possible?

    #2
    Hello trendisyourfriend,

    You can find a sample of working with key events in the following post:



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

    Comment


      #3
      hello arent we trying to disable overlay instrument selector, yes that's what what were trying to do.
      How does drawing an enormous text box in the middle of the screen to type in have anything to d with disabling instrument selector.

      When I press AAa of + the instrument selector pops up, I want it to do: nothing.
      i don't want it to do anything at all, if I press a, I want nothing to happen on the chart unless I assign a handler, well
      Is this possible?

      Comment


        #4
        alright so the key here is to use:
        e.Handled = true;
        in your handler for anybody else that comes across this
        idk what jesse and them are messing with....

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by rocketman7, Today, 02:12 AM
        6 responses
        26 views
        0 likes
        Last Post rocketman7  
        Started by guillembm, Yesterday, 11:25 AM
        3 responses
        16 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by junkone, 04-21-2024, 07:17 AM
        10 responses
        148 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by tsantospinto, 04-12-2024, 07:04 PM
        6 responses
        101 views
        0 likes
        Last Post tsantospinto  
        Started by trilliantrader, 04-18-2024, 08:16 AM
        7 responses
        28 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Working...
        X