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

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by helpwanted, Today, 03:06 AM
        1 response
        5 views
        0 likes
        Last Post sarafuenonly123  
        Started by Brevo, Today, 01:45 AM
        0 responses
        7 views
        0 likes
        Last Post Brevo
        by Brevo
         
        Started by aussugardefender, Today, 01:07 AM
        0 responses
        5 views
        0 likes
        Last Post aussugardefender  
        Started by pvincent, 06-23-2022, 12:53 PM
        14 responses
        242 views
        0 likes
        Last Post Nyman
        by Nyman
         
        Started by TraderG23, 12-08-2023, 07:56 AM
        9 responses
        384 views
        1 like
        Last Post Gavini
        by Gavini
         
        Working...
        X