Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Monitor for Up/Down Arrow Key

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

    Monitor for Up/Down Arrow Key

    I would like to be able to monitor for the up/down arrow key being pressed (or any key for that matter). I tried to hook the chart window PreviewKeyDown handler, but that did not seem to do the trick. Do I need to hook a different component/handler? Thanks.

    #2
    Hello aslane,

    This would fall outside of the realm of support by NinjaTrader.

    However, there is an example of this on the forums which I am linking below.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Well that example does not work, as it will not trap arrow keys.

      Comment


        #4
        Hello aslane,

        The example is only designed to show how to interpret ascii keys.

        You would only need the key command for the sequence you are after.

        This example does not show how to interpret every combination on the key board. It only provides a general outline of how key presses would be intercepted and interpreted.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Yes, I understand the general concept, was only pointing out that this example is useless because the arrow keys are kind of special because they are navigation keys (not just ascii). I understand that I need to look for the arrow keycode, but the real issue is how to properly tap into the event hierarchy. The up/down arrow keys get routed off to the chart scale. So to properly monitor for them you need to tap fairly early in the hierarchy. I suspected you would not support it (and that is totally ok), but was hoping for a hint, as I have tapped into this event everywhere that I could find with no luck.

          Comment


            #6
            YMMV, but attaching to top level Chart object seems to do the trick.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            663 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            376 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            110 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            575 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            580 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X