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 CarlTrading, 03-31-2026, 09:41 PM
              1 response
              31 views
              0 likes
              Last Post NinjaTrader_ChelseaB  
              Started by CarlTrading, Yesterday, 02:41 AM
              0 responses
              14 views
              0 likes
              Last Post CarlTrading  
              Started by CaptainJack, 03-31-2026, 11:44 PM
              0 responses
              22 views
              1 like
              Last Post CaptainJack  
              Started by CarlTrading, 03-30-2026, 11:51 AM
              0 responses
              40 views
              0 likes
              Last Post CarlTrading  
              Started by CarlTrading, 03-30-2026, 11:48 AM
              0 responses
              34 views
              0 likes
              Last Post CarlTrading  
              Working...
              X