Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Pan chart by dragging with mouse (without ctrl) both horizontal/vertical
Collapse
X
-
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
- Likes 2
Comment
-
the fact I see all of these super simple functions not implemented makes me like Ninja Trader less and less.
Comment
-
You may add one more request to.pan the screen like in TradingView: hold left mouse button down and move!
Comment
-
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
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
37 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
17 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
17 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
49 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment