Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Pan chart by dragging with mouse (without ctrl) both horizontal/vertical

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

    #16
    A way to drag both vertical and horizontal without making it a two handed operation really should be implemented.

    Comment


      #17
      If you know how to use autohotkey the following will get the job done

      Code:
      #If WinActive("ahk_exe Ninjatrader.exe")
      ~LButton::
      Sp:=GetKeyState("Space" , "P")
      Ctrl:=GetKeyState("Ctrl" , "P")
      Alt:=GetKeyState("Alt" , "P")
      if !Sp and !Ctrl and !Alt
      {
          WinGetActiveTitle, WinTitle
          If InStr(WinTitle, "Chart") > 0
          {
              Send {Ctrl Down}
              KeyWait LButton
              Send {Ctrl Up}
          }
      }
      return

      Comment


        #18
        This is a Much needed feature, especially for those of us logging into a VPS remotely with a touch device and are simply unable to combo keyboard click.

        Comment


          #19
          the fact I see all of these super simple functions not implemented makes me like Ninja Trader less and less.

          Comment


            #20
            You may add one more request to.pan the screen like in TradingView: hold left mouse button down and move!

            Comment


              #21
              Hello fincabayano,

              Thank you for your suggestion.

              Please use the link below to submit this request to our product team for consideration to implement in future releases:

              NinjaTrader Feature Request Form

              You can use this link for future feedback or features you'd like to see as well.

              Thank you again for your feedback on this item!​
              Erick P.NinjaTrader Customer Service

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by argusthome, 03-08-2026, 10:06 AM
              0 responses
              55 views
              0 likes
              Last Post argusthome  
              Started by NabilKhattabi, 03-06-2026, 11:18 AM
              0 responses
              37 views
              0 likes
              Last Post NabilKhattabi  
              Started by Deep42, 03-06-2026, 12:28 AM
              0 responses
              17 views
              0 likes
              Last Post Deep42
              by Deep42
               
              Started by TheRealMorford, 03-05-2026, 06:15 PM
              0 responses
              17 views
              0 likes
              Last Post TheRealMorford  
              Started by Mindset, 02-28-2026, 06:16 AM
              0 responses
              49 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Working...
              X